]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jun 2005 18:44:29 +0000 (18:44 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Jun 2005 18:44:29 +0000 (18:44 +0000)
ChangeLog
elisp/lilypond-mode.el

index 4621c0302311043ca43e69ad683c5ace2435a4ee..5bf8994ffecf4f5562816f04cc28d0d5cae1cea4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-12  Pal Benko  <benkop@freestart.hu>
+
+       * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
+       added between program name and switch; -b changed to -f not
+       to generate pdf
+
 2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
index 39d15a3861eb52d78ab9e066c4b3cbca45c998f1..b7184d7d3ca6adc0a13c2115d9b1c7ef3b803240 100644 (file)
@@ -425,7 +425,7 @@ in LilyPond-include-path."
     ("LilyPond" . (,(concat LilyPond-lilypond-command " %s") "%s" "%l" "View"))
     ("TeX" . ("tex '\\nonstopmode\\input %t'" "%t" "%d" "ViewDVI"))
     ("2Dvi" . (,(concat LilyPond-lilypond-command " -b tex %s") "%s" "%d" "LaTeX"))
-    ("2PS" . (,(concat LilyPond-lilypond-command "-f ps %s") "%s" "%p" "ViewPS"))
+    ("2PS" . (,(concat LilyPond-lilypond-command " -f ps %s") "%s" "%p" "ViewPS"))
     ("2Gnome" . (,(concat LilyPond-lilypond-command " -b gnome %s")))
 
     ("Book" . ("lilypond-book %x" "%x" "%l" "LaTeX"))