X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fhara-kiri-pianostaff.ly;h=e19aa4fd823747a064f771383aba4b8c3e7efe7f;hb=ee0488f3aa19e0060b6e17c46a4d88cb9d57c489;hp=f192c748e7b0465631bbd0340517d369a791bb65;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/hara-kiri-pianostaff.ly b/input/regression/hara-kiri-pianostaff.ly index f192c748e7..e19aa4fd82 100644 --- a/input/regression/hara-kiri-pianostaff.ly +++ b/input/regression/hara-kiri-pianostaff.ly @@ -1,4 +1,4 @@ -\version "2.1.26" +\version "2.13.18" \header { texidoc = @@ -18,20 +18,20 @@ alignment; this should not confuse the mechanism. } -\paper { raggedright= ##t } - - -\score { \notes \transpose c c'' - \context PianoStaff << - \new Staff { c4 c c c \break s1 \break c4 c c c \break c c c c} - \new Staff { d4 d d d s1 s1 s1 s1 } - \new Staff { e4 e e e s1 e4 e e e s1 } - >> - \paper { - \translator { - \RemoveEmptyStaffContext +\layout { + ragged-right= ##t + \context { + \Staff + \RemoveEmptyStaves } - } } +\transpose c c'' +\context PianoStaff << + \new Staff { c4 c c c \break s1 \break c4 c c c \break c c c c} + \new Staff { d4 d d d s1 s1 s1 } + \new Staff { e4 e e e s1 e4 e e e s1 } +>> + +