X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fbar-scripts.ly;h=f57fe3d1824db79736b6dd03f861aed68cb168ce;hb=2ccb49133730ac1e98c7068e884297f3246aaf3b;hp=00d3a5f1a49283aa76488916290c6295d2018713;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 00d3a5f1a4..f57fe3d182 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,30 +1,20 @@ -\version "2.1.28" +\version "2.14.0" \header{ texidoc=" -Markings that are attached to (invisible) barlines are -delicate: they are attached to the rest of the score without the score -knowing it. Consequently, they fall over often. +Markings can be attached to (invisible) barlines. " } -\paper { raggedright = ##t } +\layout { ragged-right = ##t } -onestaff = \new Staff\notes\relative c'' { - \set Staff.instr = instr - \set Staff.instrument = instrument \mark "B" - c1 \mark "A" \break c2 c2 \break -} - -grstaff = \notes \relative c'' \context GrandStaff << +\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} -