Hi all,

-- just a hint for others with the same problem --

To run lilypond out of Emacs (Windows) I changed all lines similar to this
one:
 ("2PS" . (,(concat LilyPond-lilypond-command " -f ps %s") "%s" "%p"
"ViewPS"))
To:
 ("2PS" . (,(concat LilyPond-lilypond-command " -f ps \"%s\"") "%s" "%p"
"ViewPS"))

Than all path- and filenames with spaces are handed over correctly to
lilypond.

Georg



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

Reply via email to