]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / alignment-order.ly
index e9510656c250fe422fb024ce003f0a1333cca5dc..3616791b62d2deb6a170483a26cefcf57c5e1bf5 100644 (file)
@@ -3,14 +3,14 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.14.0"
+\version "2.19.21"
 
 \paper {
   ragged-right = ##t
 }
 
 \relative <<
-  \new Staff = "1" { c2 c s1 }
+  \new Staff = "1" { c'2 c s1 }
   \new Staff = "2" { c2  c s1 }
   \new StaffGroup <<
     \new Staff = "3" { c2  c s1 }
@@ -22,8 +22,8 @@ anywhere in the vertical alignment. "
       }
       \new Staff {
         \set Staff.alignAboveContext = #"3"
-        \times 4/6 {
-          \override TextScript #'padding = #3
+        \tuplet 6/4 {
+          \override TextScript.padding = #3
           c4^"this" d_"staff" e^"above" d_"last" e^"staff" f
         }
       }