]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/arpeggio.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / arpeggio.ly
index a5dadb3214b56239f65b9cdb94d6fb924277e695..c74a5c501dbfb51d7a3155a9107e018e55b7f26b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.3.22"
 \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 }
 }