From: hanwen Date: Sun, 12 Jun 2005 18:44:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.32^2~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8961d915a9915ef67ae20ad9695125643627ac96;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4621c03023..5bf8994ffe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-06-12 Pal Benko + + * 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 * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index 39d15a3861..b7184d7d3c 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -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"))