X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=263cbe374d786bbf4975e61e9e28814c04328a14;hb=9efefe47a0ead1c618566df8d845705c36693ac8;hp=7808e156f1a5379719d2e31bd75d22b7737a316a;hpb=89ca5f692cf26086441e85f3bfe87ac274d09581;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 7808e156f1..263cbe374d 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,42 +1,20 @@ +\version "2.12.0" \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. -"; -} - -\version "1.3.117"; -onestaff = \context Staff = foo\notes { - \property Staff.instr = instr - \property Staff.instrument = instrument \mark "B"; - c1 \mark "A"; \break c2 c2 \break +Markings can be attached to (invisible) barlines. +" } -grstaff = \notes \context GrandStaff < - \context Staff = bar { - - \property Staff.instr = instr - - \mark "B"; \break c1 \mark "A"; c2 } - \context Staff = bufl { c1 c2 } -> - -scpaper = \paper {\translator {\OrchestralScoreContext}} -% stpaper = \paper{ \translator {\BarNumberingStaffContext }} -stpaper = \paper{ } - -scscore = \score { \grstaff \paper { -\scpaper -}} +\layout { ragged-right = ##t } +\relative c'' +\context GrandStaff << + \new Staff { -stscore = \score { \onestaff \paper { - \stpaper -}} + \set Staff.shortInstrumentName = instr + + \mark "B" \break c1 \mark "A" c2 } + \new Staff { c1 c2 } +>> -%\score {\stscore} -\score {\scscore -\header { title = "bar scripts"; } -}