X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Farpeggio.ly;h=8e0066e8b2619a51da6515caca405950c3c9ec67;hb=9a7dfb0f5156e52dd4c4ad158abad29f165220e9;hp=6c0b2436fbc450046c5ca99a71382ae101d7a050;hpb=4c8187e65dd9708d7733692842acc696da121bf1;p=lilypond.git diff --git a/input/regression/arpeggio.ly b/input/regression/arpeggio.ly index 6c0b2436fb..8e0066e8b2 100644 --- a/input/regression/arpeggio.ly +++ b/input/regression/arpeggio.ly @@ -1,5 +1,5 @@ -\version "2.1.7" +\version "2.4.0" \header{ texidoc=" Arpeggios are supported, both cross-staff and broken single staff. @@ -9,22 +9,22 @@ Arpeggios are supported, both cross-staff and broken single staff. \score{ - \context PianoStaff\notes << + \context PianoStaff << \new Staff \relative c''{ \arpeggio - \property Staff.Arpeggio \override #'arpeggio-direction = #1 + \override Staff.Arpeggio #'arpeggio-direction = #1 \arpeggio - %%\property PianoStaff.SpanArpeggio \override #'connect = ##t - \property PianoStaff.connectArpeggios = ##t + %%\override PianoStaff.SpanArpeggio #'connect = ##t + \set PianoStaff.connectArpeggios = ##t \arpeggio } \new Staff\relative c{ \clef bass \arpeggio - \property Staff.Arpeggio \override #'arpeggio-direction = #-1 + \override Staff.Arpeggio #'arpeggio-direction = #-1 \arpeggio \arpeggio } >> - \paper { raggedright= ##t } + \layout { raggedright= ##t } }