X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstaff-halfway.ly;h=ea1e35a4597c608c24c14a8d68bafb2f5cb129f2;hb=43877c88a9aa5597d40f8eaa98ca01bece52f754;hp=cbfab0d4ad2568b08f9b867d7714677dfdd0e47f;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/staff-halfway.ly b/input/regression/staff-halfway.ly index cbfab0d4ad..ea1e35a459 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.10.0" -\version "2.2.0" +\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 c'' { + b b \stopStaff b b \startStaff + \clef bass + c,, c +}