X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-halfway.ly;h=553c1f0aac2749571fdfa06ced5f7873861fe252;hb=25be0aa5e4481df77568b99357764f5b1ff46ceb;hp=7d047bef9a3f8f809cd9ec94621b42f481ca0b07;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/staff-halfway.ly b/input/regression/staff-halfway.ly index 7d047bef9a..553c1f0aac 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.14.0" -\version "2.3.22" +\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 } } - >> - \layout {} - } +\relative c'' { + b b \stopStaff b b \startStaff + \clef bass + c,, c +}