diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-09-18 09:01:42 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-09-18 09:01:42 +0000 |
commit | 7bd1b1bff5bd7aff615e20451dc62bb043c22fb7 (patch) | |
tree | 773d0ef53892de4eccf640fe81dc662fa22a0986 /elisp | |
parent | 9d0c653461ac280a63e89bd925522e570369b299 (diff) |
*** empty log message ***
Diffstat (limited to 'elisp')
-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 db3c8caf4e..d27487c6ed 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" . (,(concat LilyPond-midi-command " " (LilyPond-string-current-midi)))) ; + ("Midi" . ("")) ; ;; - all-midi depends on number of midi-score. - ("MidiAll" . (,(concat LilyPond-all-midi-command " " (LilyPond-string-all-midi)))) + ("MidiAll" . ("")) ) "AList of commands to execute on the current document. |