]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Manually revert bad convert-ly change for input/regression/lyric-combine.ly
[lilypond.git] / input / regression / alignment-order.ly
index 907e3eae360628fd1c9aed4bf6c8abf7aa865280..5a6be94daff256e559067690e8153f6fee75f356 100644 (file)
@@ -3,13 +3,13 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.17.6"
+\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,7 +22,7 @@ anywhere in the vertical alignment. "
       }
       \new Staff {
         \set Staff.alignAboveContext = #"3"
-        \times 4/6 {
+        \tuplet 6/4 {
           \override TextScript.padding = #3
           c4^"this" d_"staff" e^"above" d_"last" e^"staff" f
         }