diff options
author | Erlend Aasland <erlenda@gmail.com> | 2006-05-31 01:47:30 +0000 |
---|---|---|
committer | Erlend Aasland <erlenda@gmail.com> | 2006-05-31 01:47:30 +0000 |
commit | 9f3572d98bb948c9689cd1f75401a029451fa001 (patch) | |
tree | e7f7c702c3e2ac9b6da3bd472e22c3f51c8ade7b /elisp/lilypond-mode.el | |
parent | 04265f11d1f21416ccebd2dcaa1d903dc781b36e (diff) |
Fix some bugs in the dynamic engraver and PostScript backend
Diffstat (limited to 'elisp/lilypond-mode.el')
-rw-r--r-- | elisp/lilypond-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elisp/lilypond-mode.el b/elisp/lilypond-mode.el index d27487c6ed..db3c8caf4e 100644 --- a/elisp/lilypond-mode.el +++ b/elisp/lilypond-mode.el @@ -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. |