X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=f57fe3d1824db79736b6dd03f861aed68cb168ce;hb=6f955cc6d9ed4314f229e780b77b3b7a24d726c2;hp=37fcf6ddd2c20d33cc6c57f69fafe8cf31c60519;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 37fcf6ddd2..f57fe3d182 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,4 +1,4 @@ -\version "2.7.39" +\version "2.14.0" \header{ texidoc=" @@ -8,22 +8,13 @@ Markings can be attached to (invisible) barlines. \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} -