]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / arpeggio.ly
index ed110a28e7578eb0d4117597cc97f2b8534711d3..abe2054cd531eb5fb91475bc33d815179a0a992c 100644 (file)
@@ -1,23 +1,28 @@
+
+\version "2.12.0"
 \header{
-texidoc="
+  texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
-";
+"
 }
 
+\layout { ragged-right= ##t }
 
 
-\score{
-    \context PianoStaff < 
-        \context Staff=one \notes\relative c''{
-           \context Voice < fis,-\arpeggio  d a >
-            %%\property PianoStaff.SpanArpeggio \override #'connect = ##t
-            \property PianoStaff.connectArpeggios = ##t
-            <fis,\arpeggio a c>
-         }
-        \context Staff=two \notes\relative c{
-            \clef bass;
-           \context Voice < g b d-\arpeggio   >
-            <g\arpeggio b d>
-        }
-    >
-}
+\context PianoStaff << 
+  \new Staff \relative c''{
+    <fis,  d a>\arpeggio
+    \arpeggioArrowUp
+    <fis d a >\arpeggio            
+    %%\override PianoStaff.SpanArpeggio  #'connect = ##t
+    \set PianoStaff.connectArpeggios = ##t
+    <fis d a>\arpeggio
+  }
+  \new Staff\relative c{
+    \clef bass
+    <g b d>\arpeggio
+    \arpeggioArrowDown
+    <g b d>\arpeggio
+    <g b d>\arpeggio
+  }
+>>