X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=d7b3c5d498eece7cd52a60482361d58a9f46c4ec;hb=03aeb8ec429f88b99aa00e7ad44b593e94737760;hp=83ab77ae9909ff8210da1c67603d0853d6d4b9a9;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 83ab77ae99..d7b3c5d498 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,43 +1,20 @@ -\version "1.3.146" +\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 } +\relative c'' +\context GrandStaff << + \new Staff { -onestaff = \context Staff = foo\notes { - \property Staff.instr = instr - \property Staff.instrument = instrument \mark "B" - c1 \mark "A" \break c2 c2 \break -} - -grstaff = \notes \context GrandStaff < - \context Staff = bar { - - \property Staff.instr = instr + \set Staff.shortInstrumentName = instr \mark "B" \break c1 \mark "A" c2 } - \context Staff = bufl { c1 c2 } -> - -scpaper = \paper {\translator {\OrchestralScoreContext}} -% stpaper = \paper{ \translator {\BarNumberingStaffContext }} -stpaper = \paper{ } + \new Staff { c1 c2 } +>> -scscore = \score { \grstaff \paper { -\scpaper -}} - - -stscore = \score { \onestaff \paper { - \stpaper -}} - -%\score {\stscore} -\score {\scscore -\header { title = "bar scripts" } -}