X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=input%2Fregression%2Finstrument-name.ly;h=c48478f877146414837078abe4e096b10c6b79d8;hb=49f9b097ce73335f8a6b3436c43df1aed8a77288;hp=0851304124271826f750dfb1d67518cbca4a2b2f;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/instrument-name.ly b/input/regression/instrument-name.ly index 0851304124..c48478f877 100644 --- a/input/regression/instrument-name.ly +++ b/input/regression/instrument-name.ly @@ -1,4 +1,4 @@ -\version "2.7.13" +\version "2.11.51" \header{ texidoc=" Staff margins are also markings attached to barlines. They should be @@ -9,7 +9,7 @@ PianoStaff. } \layout { - raggedright = ##t + ragged-right = ##t } @@ -17,13 +17,20 @@ PianoStaff. +\new StaffGroup << + \context PianoStaff << + \new Staff { + \set PianoStaff.instrumentName = "Piano" + \set Staff.instrumentName = "Right" { c''4 }} + \new Staff { + \set Staff.instrumentName = "Left" + \clef bass c4 + } + >> -\context PianoStaff << - \context Staff = "treble" { - \set PianoStaff.instrument = "Piano " - \set Staff.instrument = "Right " { c''4 }} - \context Staff = "bass" { \set Staff.instrument = "Left " \clef bass c4 }>> - - - - + \lyrics { + \set vocalName = "bert" + blah + } + \new Staff { c''4 } +>>