]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / alignment-order.ly
index cbd9fa309877f59cfd814d829712ef4f2e1efa1d..5a6be94daff256e559067690e8153f6fee75f356 100644 (file)
@@ -3,13 +3,13 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.16.0"
+\version "2.17.15"
 
 \paper {
   ragged-right = ##t
 }
 
-\relative <<
+\relative c' <<
   \new Staff = "1" { c2 c s1 }
   \new Staff = "2" { c2  c s1 }
   \new StaffGroup <<
@@ -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
         }
       }