]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / input / regression / arpeggio.ly
index 933d9615693edfa86547bf26c77ffd521d68bdc0..8e0066e8b2619a51da6515caca405950c3c9ec67 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.4.0"
 \header{
 texidoc="
 Arpeggios are supported, both cross-staff and broken single staff.
@@ -9,7 +9,7 @@ Arpeggios are supported, both cross-staff and broken single staff.
 
 
 \score{
-    \context PianoStaff\notes << 
+    \context PianoStaff << 
         \new Staff \relative c''{
             <fis,  d a>\arpeggio
            \override Staff.Arpeggio  #'arpeggio-direction = #1 
@@ -26,5 +26,5 @@ Arpeggios are supported, both cross-staff and broken single staff.
             <g b d>\arpeggio
         }
     >>
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 }