X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Farpeggio.ly;h=c74a5c501dbfb51d7a3155a9107e018e55b7f26b;hb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;hp=a5dadb3214b56239f65b9cdb94d6fb924277e695;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/arpeggio.ly b/input/regression/arpeggio.ly index a5dadb3214..c74a5c501d 100644 --- a/input/regression/arpeggio.ly +++ b/input/regression/arpeggio.ly @@ -1,5 +1,5 @@ -\version "2.1.26" +\version "2.3.22" \header{ texidoc=" Arpeggios are supported, both cross-staff and broken single staff. @@ -9,7 +9,7 @@ Arpeggios are supported, both cross-staff and broken single staff. \score{ - \context PianoStaff\notes << + \context PianoStaff << \new Staff \relative c''{ \arpeggio \override Staff.Arpeggio #'arpeggio-direction = #1 @@ -26,5 +26,5 @@ Arpeggios are supported, both cross-staff and broken single staff. \arpeggio } >> - \paper { raggedright= ##t } + \layout { raggedright= ##t } }