X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-halfway.ly;h=41bbe841704ee0f7a942b08c6391b2c672bcca7c;hb=904268628ec839b3b8265c7cbee3cac475c7c5a2;hp=79c55d944def8d0d2e1d79c6c94f0a2409ca68c2;hpb=ccc085602888ea92ed8f327258489d869c2be42b;p=lilypond.git diff --git a/input/regression/staff-halfway.ly b/input/regression/staff-halfway.ly index 79c55d944d..41bbe84170 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.19.21" -\version "2.1.33" +\paper { + ragged-right = ##t +} -\score { - \new StaffGroup \notes \relative c'' << - \new Staff { c4 c c c \bar "||" c c c c } - { \skip 4 \new Staff { c c c } } - >> - \paper {} - } +\relative { + b' b \stopStaff b b \startStaff + \clef bass + c,, c +}