X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbar-scripts.ly;h=263cbe374d786bbf4975e61e9e28814c04328a14;hb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;hp=191091614b3bd1b67fc1c2b8ee5ac75a26e615e6;hpb=e1ef1410eeca1c9470c186da306e1f87b1b1a600;p=lilypond.git diff --git a/input/regression/bar-scripts.ly b/input/regression/bar-scripts.ly index 191091614b..263cbe374d 100644 --- a/input/regression/bar-scripts.ly +++ b/input/regression/bar-scripts.ly @@ -1,56 +1,20 @@ -\version "1.7.6" +\version "2.12.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" - c1 \mark "A" \break c2 c2 \break -} - -grstaff = \notes \context GrandStaff < - \context Staff = bar { +\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} - - -\score{\notes c''} -\score {\scscore} + \new Staff { c1 c2 } +>> -%% new-chords-done %% \ No newline at end of file