]> git.donarmstrong.com Git - lilypond.git/blobdiff - elisp/lilypond-mode.el
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / elisp / lilypond-mode.el
index d27487c6edb8c9cb12086a511f7b5f38665946e3..db3c8caf4ed77866eceb35ecb6181f8b362966cb 100644 (file)
@@ -446,9 +446,9 @@ in LilyPond-include-path."
 
     ;; The following are refreshed in LilyPond-command:
     ;; - current-midi depends on cursor position and
-    ("Midi" . ("")) ; 
+    ("Midi" . (,(concat LilyPond-midi-command " " (LilyPond-string-current-midi)))) ; 
     ;; - all-midi depends on number of midi-score.
-    ("MidiAll" . (""))
+    ("MidiAll" . (,(concat LilyPond-all-midi-command " " (LilyPond-string-all-midi))))
     )
 
   "AList of commands to execute on the current document.