From 8961d915a9915ef67ae20ad9695125643627ac96 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 12 Jun 2005 18:44:29 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ elisp/lilypond-mode.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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")) -- 2.39.2