]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix #227.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 08:02:54 +0000 (09:02 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 08:02:54 +0000 (09:02 +0100)
Set instrumentName and shortInstrumentName to #'() in Lyrics

ly/engraver-init.ly

index 759ef96fa698949840af46ed3f5e5890db576a79..65094f01c5b84c157369ca07559a4d8539056797 100644 (file)
@@ -364,7 +364,10 @@ staffs, with a bracket in front and spanning bar lines. "
   \description " Corresponds to a voice with lyrics.  Handles the
 printing of a single line of lyrics.  "
   
-  \name "Lyrics" 
+  \name "Lyrics"
+  instrumentName = #'()
+  shortInstrumentName = #'()
+  
   \consists "Lyric_engraver"
   \consists "Extender_engraver"
   \consists "Hyphen_engraver"