]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/instrument-switch-engraver.cc
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / instrument-switch-engraver.cc
index 67a6803a0ec8d57394f3f1a4805b7825bc863494..a3694f075574ad8ffef4399426dd1ccd07ac0ace 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2007 Han-Wen Nienhuys <hanwen@lilypond.org>
 
 */
 
@@ -31,6 +31,9 @@ Instrument_switch_engraver::Instrument_switch_engraver ()
   text_ = 0;
 }
 
+/*
+  TODO: should use an event.
+ */
 void
 Instrument_switch_engraver::process_music ()
 {
@@ -55,8 +58,6 @@ ADD_TRANSLATOR(Instrument_switch_engraver,
                        
               "InstrumentSwitch ",
 
-              "",
-
               "instrumentCueName",
                        
               "");