]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / arpeggio.ly
index 755bfed4927636db386826d06e9c30ccf35bba1a..8b3076328b1420a32e2b9040782223718c3ab950 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.39"
+\version "2.17.6"
 \header{
   texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
@@ -12,16 +12,16 @@ 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
+    %%\override PianoStaff.SpanArpeggio.connect = ##t
     \set PianoStaff.connectArpeggios = ##t
     <fis d a>\arpeggio
   }
   \new Staff\relative c{
     \clef bass
     <g b d>\arpeggio
-    \arpeggioDown
+    \arpeggioArrowDown
     <g b d>\arpeggio
     <g b d>\arpeggio
   }