]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/lilypond-mode.el
* elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
[lilypond.git] / elisp / lilypond-mode.el
index 9330df71a528d35a41f3ab13b93697c9a8d07abd..39d15a3861eb52d78ab9e066c4b3cbca45c998f1 100644 (file)
@@ -425,8 +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 "-b ps %s") "%s" "%p" "ViewPS"))
-    ("2Midi" . (,(concat LilyPond-lilypond-command " -m %s") "%s" "%m" "Midi"))
+    ("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"))