From: Han-Wen Nienhuys Date: Mon, 8 Jan 2007 08:02:54 +0000 (+0100) Subject: Fix #227. X-Git-Tag: release/2.11.10-1~17 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e816a4ee513135e33d2b067a9b0ecf98de8a7e0;hp=3113ee98e4d0c3753a2f7b60fffe5dfa47384935;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 759ef96fa6..65094f01c5 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -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"