lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lilypond-mode.el and Windows


From: Georg Dummer
Subject: Lilypond-mode.el and Windows
Date: Mon, 11 Sep 2006 18:11:06 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]