CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/12 18:44:29

Modified files:
        .              : ChangeLog 
        elisp          : lilypond-mode.el 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3769&tr2=1.3770&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/elisp/lilypond-mode.el.diff?tr1=1.17&tr2=1.18&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3769 lilypond/ChangeLog:1.3770
--- lilypond/ChangeLog:1.3769   Sun Jun 12 18:42:48 2005
+++ lilypond/ChangeLog  Sun Jun 12 18:44:29 2005
@@ -1,3 +1,9 @@
+2005-06-12  Pal Benko  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
        * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
Index: lilypond/elisp/lilypond-mode.el
diff -u lilypond/elisp/lilypond-mode.el:1.17 
lilypond/elisp/lilypond-mode.el:1.18
--- lilypond/elisp/lilypond-mode.el:1.17        Sun Jun 12 18:42:49 2005
+++ lilypond/elisp/lilypond-mode.el     Sun Jun 12 18:44:29 2005
@@ -425,7 +425,7 @@
     ("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"))


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

Reply via email to