X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name.ly;h=0851304124271826f750dfb1d67518cbca4a2b2f;hb=75cda540fbd6de6d992170922c8056308d99f250;hp=d0a29256afe38bfb85169ce04e1aa69ac243951b;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/instrument-name.ly b/input/regression/instrument-name.ly index d0a29256af..0851304124 100644 --- a/input/regression/instrument-name.ly +++ b/input/regression/instrument-name.ly @@ -1,25 +1,29 @@ -\version "2.1.22" +\version "2.7.13" \header{ -texidoc=" + 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. " } - +\layout { + raggedright = ##t +} + + + + + -\score { +\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 }>> - \notes \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 }>> -\paper { -raggedright = ##t -}}