]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / arpeggio.ly
index d6377ea4b3f26e77920429d26e2f706f821b69e0..dc6ae63480112ec55f49c40d09b7856a691df300 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.16.0"
 \header{
   texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
@@ -12,7 +12,7 @@ Arpeggios are supported, both cross-staff and broken single staff.
 \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
   }