X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Farpeggio.ly;h=c74a5c501dbfb51d7a3155a9107e018e55b7f26b;hb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;hp=f214a6497fb39e74684920c0004f77e8b3fd2ee1;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/arpeggio.ly b/input/regression/arpeggio.ly index f214a6497f..c74a5c501d 100644 --- a/input/regression/arpeggio.ly +++ b/input/regression/arpeggio.ly @@ -1,5 +1,5 @@ -\version "2.1.30" +\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 } }