]> 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 10:24:32 +0000 (11:24 +0100)
Set instrumentName and shortInstrumentName to #'() in Lyrics

ly/engraver-init.ly

index 9feb4889bcb169e244cf1be3805c891c5b47076a..e7232f6bfde4fe5e1cc59d03aa1bb12716ce6601 100644 (file)
@@ -363,7 +363,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"