]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / alignment-order.ly
index 907e3eae360628fd1c9aed4bf6c8abf7aa865280..3616791b62d2deb6a170483a26cefcf57c5e1bf5 100644 (file)
@@ -3,14 +3,14 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.17.6"
+\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,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
         }