X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=20878be02ee7437515e9de4292d7fe36e2a7efe6;hb=d766eb2344039b188c0db44894e0e0832b4acdd5;hp=5044b902b705fafda37d7bceee0aaa4a42a7421a;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 5044b902b7..20878be02e 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,55 +1,29 @@ -\version "1.7.18" +\version "2.10.0" \header{ texidoc=" -COMMENTED-OUT - -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 } -% FIXME including this file makes lily crash lateron -- breaks website build - -onestaff = \context Staff = foo\notes { - \property Staff.instr = instr - \property Staff.instrument = instrument \mark "B" +onestaff = \new Staff\relative c'' { + \set Staff.shortInstrumentName = instr + \set Staff.instrumentName = instrument \mark "B" c1 \mark "A" \break c2 c2 \break } -grstaff = \notes \context GrandStaff < - \context Staff = bar { +grstaff = \relative c'' +\context GrandStaff << + \new Staff { - \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{ } - - -scscore = \score { \grstaff \paper { -\scpaper -}} - -scscore = \score { \grstaff \paper { -\scpaper -}} - -stscore = \score { \onestaff \paper { - \stpaper -}} - - -%\score {\stscore} -\score {\scscore} + \new Staff { c1 c2 } +>> -\score{\notes c''} -\score {\scscore} +\score {\grstaff}