X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=540e761786c7ca4296a5905bac3050edfeae411e;hb=8c59e9496cf80f99423dca2f6875db2a8c21f16c;hp=b334fce7807449a30660a4bba68c56693947be1e;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index b334fce780..540e761786 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,4 +1,4 @@ -\version "2.7.13" +\version "2.16.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} -