X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=f57fe3d1824db79736b6dd03f861aed68cb168ce;hb=6f955cc6d9ed4314f229e780b77b3b7a24d726c2;hp=07e29185a480afb2eb5a3eef8cb880d52880d9d1;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 07e29185a4..f57fe3d182 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.14.0" \header{ texidoc=" @@ -6,24 +6,15 @@ Markings can be attached to (invisible) barlines. " } -\layout { raggedright = ##t } +\layout { ragged-right = ##t } -onestaff = \new Staff\relative c'' { - \set Staff.instr = instr - \set Staff.instrument = instrument \mark "B" - c1 \mark "A" \break c2 c2 \break -} - -grstaff = \relative c'' +\relative c'' \context GrandStaff << \new Staff { - \set Staff.instr = instr + \set Staff.shortInstrumentName = instr \mark "B" \break c1 \mark "A" c2 } \new Staff { c1 c2 } >> - -\score {\grstaff} -