X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fstaff-halfway.ly;h=bb3f17e80e09d1850d75c3476722873ca31d477c;hb=1deba1fe151bc7929ddc8211042abe2b09a3f8e2;hp=f55c55847ce0bde7fc9ba686e81c7b7ccbf2708d;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/staff-halfway.ly b/input/regression/staff-halfway.ly index f55c55847c..bb3f17e80e 100644 --- a/input/regression/staff-halfway.ly +++ b/input/regression/staff-halfway.ly @@ -1,13 +1,15 @@ +\header { + texidoc = "Staves can be started and stopped at command. " +} -\header { texidoc = " Staves starting and ending halfway include clefs - and bar lines. " } +\version "2.12.0" -\version "2.3.4" +\paper { + ragged-right = ##t +} -\score { - \new StaffGroup \relative c'' << - \new Staff { c4 c c c \bar "||" c c c c } - { \skip 4 \new Staff { c c c } } - >> - \paper {} - } +\relative c'' { + b b \stopStaff b b \startStaff + \clef bass + c,, c +}