]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / arpeggio.ly
index 6c0b2436fbc450046c5ca99a71382ae101d7a050..8e0066e8b2619a51da6515caca405950c3c9ec67 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.7"
+\version "2.4.0"
 \header{
 texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
@@ -9,22 +9,22 @@ Arpeggios are supported, both cross-staff and broken single staff.
 
 
 \score{
-    \context PianoStaff\notes << 
+    \context PianoStaff << 
         \new Staff \relative c''{
             <fis,  d a>\arpeggio
-           \property Staff.Arpeggio \override #'arpeggio-direction = #1 
+           \override Staff.Arpeggio  #'arpeggio-direction = #1 
             <fis d a >\arpeggio            
-            %%\property PianoStaff.SpanArpeggio \override #'connect = ##t
-            \property PianoStaff.connectArpeggios = ##t
+            %%\override PianoStaff.SpanArpeggio  #'connect = ##t
+            \set PianoStaff.connectArpeggios = ##t
             <fis d a>\arpeggio
          }
         \new Staff\relative c{
             \clef bass
             <g b d>\arpeggio
-           \property Staff.Arpeggio \override #'arpeggio-direction = #-1
+           \override Staff.Arpeggio  #'arpeggio-direction = #-1
             <g b d>\arpeggio
             <g b d>\arpeggio
         }
     >>
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 }