Hi,

I just noticed that the opening the generated PDF file in an external
viewer has a small flaw. On Windoze machines LPTool starts the default
PDF viewer (usually Acrobat) instead of the one the user specifies
(e.g Foxit). The viewer is started using a "start" command like this:
start "path to the viewer" "path to the file"
In this case the start command expects a title as the first parameter
and fails to launch the desired application. It should probably be
started like this:
start "" "path to the viewer" "path to the file"

The "" is the title for the application.


BR,

Risto


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to