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 | ca11772d45365b36e54f2b680231a7bb87dfd38f (patch) | |
tree | 23e365853a2e39e035e72c63d1735cf58a143a0e /elisp | |
parent | 8edb773bf2587276913d826d1439c1c817b54c7f (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. |