X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name.ly;h=5d834d1697533677e33b933eafd88327bc4cc11a;hb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;hp=d38f1e0d2d3278fa40b796c8ee4a228202256ae5;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/instrument-name.ly b/input/regression/instrument-name.ly index d38f1e0d2d..5d834d1697 100644 --- a/input/regression/instrument-name.ly +++ b/input/regression/instrument-name.ly @@ -1,9 +1,10 @@ -\version "1.7.18" +\version "2.3.16" \header{ texidoc=" Staff margins are also markings attached to barlines. They should be -left of the staff, and be centered vertically wrt the staff. They may -be on normal staves, but also on compound staves, like the PianoStaff +left of the staff, and be centered vertically with respect to the staff. +They may be on normal staves, but also on compound staves, like the +PianoStaff. " } @@ -12,14 +13,14 @@ be on normal staves, but also on compound staves, like the PianoStaff \score { - \notes \context PianoStaff < + \context PianoStaff << \context Staff = treble { - \property PianoStaff.instrument = "Piano " - \property Staff.instrument = "Right " { c''4 }} - \context Staff = bass { \property Staff.instrument = "Left " \clef bass c4 }> + \set PianoStaff.instrument = "Piano " + \set Staff.instrument = "Right " { c''4 }} + \context Staff = bass { \set Staff.instrument = "Left " \clef bass c4 }>> \paper { raggedright = ##t }} -%% new-chords-done %% +