From: Han-Wen Nienhuys Date: Mon, 8 Jan 2007 08:02:54 +0000 (+0100) Subject: Fix #227. X-Git-Tag: release/2.10.10-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3c953f59c32f07a1e85f5dcba4aa898f940cdf92;p=lilypond.git Fix #227. Set instrumentName and shortInstrumentName to #'() in Lyrics --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 9feb4889bc..e7232f6bfd 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -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"