]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / arpeggio.ly
index 7e5aa36ff58431390618f4801935d010d15566c9..abe2054cd531eb5fb91475bc33d815179a0a992c 100644 (file)
@@ -1,18 +1,18 @@
 
-\version "2.6.0"
+\version "2.12.0"
 \header{
   texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
 "
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
 \context PianoStaff << 
   \new Staff \relative c''{
     <fis,  d a>\arpeggio
-    \arpeggioUp
+    \arpeggioArrowUp
     <fis d a >\arpeggio            
     %%\override PianoStaff.SpanArpeggio  #'connect = ##t
     \set PianoStaff.connectArpeggios = ##t
@@ -21,7 +21,7 @@ Arpeggios are supported, both cross-staff and broken single staff.
   \new Staff\relative c{
     \clef bass
     <g b d>\arpeggio
-    \arpeggioDown
+    \arpeggioArrowDown
     <g b d>\arpeggio
     <g b d>\arpeggio
   }