]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
Release: bump version.
[lilypond.git] / input / regression / arpeggio.ly
index d6377ea4b3f26e77920429d26e2f706f821b69e0..1652dfb69750ac22d569291e9c8a145d05206091 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.14.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
   }