]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
Add ticked barlines (\bar "'"), i.e. a short tick through top-most staff-line
[lilypond.git] / input / regression / arpeggio.ly
index d6377ea4b3f26e77920429d26e2f706f821b69e0..03064d23f19a8d809ea4e16606cb633b1633b2b7 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.10.0"
+\version "2.11.51"
 \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
   }