X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=d7b3c5d498eece7cd52a60482361d58a9f46c4ec;hb=9534683242bb8835932a404331a908fd30917b9a;hp=30c3634c0afa5d1ce5f1f1e14d2bae032785c5af;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 30c3634c0a..d7b3c5d498 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,30 +1,20 @@ -#(ly:set-option 'old-relative) -\version "1.9.2" +\version "2.11.51" \header{ texidoc=" -Markings that are attached to (invisible) barlines are -delicate: the 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. " } +\layout { ragged-right = ##t } -onestaff = \new Staff\notes\relative c'' { - \property Staff.instr = instr - \property Staff.instrument = instrument \mark "B" - c1 \mark "A" \break c2 c2 \break -} - -grstaff = \notes \relative c'' \context GrandStaff < +\relative c'' +\context GrandStaff << \new Staff { - \property Staff.instr = instr + \set Staff.shortInstrumentName = instr \mark "B" \break c1 \mark "A" c2 } \new Staff { c1 c2 } -> - - -\score {\grstaff} +>>