]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
makefiles: Don't sort file list in lys-to-tely, but sort lsr list on creation
[lilypond.git] / input / regression / arpeggio.ly
index 8d35d974425c8402362a21b96ee49b15eb528014..03064d23f19a8d809ea4e16606cb633b1633b2b7 100644 (file)
@@ -1,17 +1,18 @@
 
-\version "2.6.0"
+\version "2.11.51"
 \header{
   texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
 "
 }
 
+\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
@@ -20,9 +21,8 @@ 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
   }
 >>
-\layout { raggedright= ##t }