]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / alignment-order.ly
index 3bca500d099402283a3b8fcadd147e409100c551..cbd9fa309877f59cfd814d829712ef4f2e1efa1d 100644 (file)
@@ -3,28 +3,30 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.14.0"
+\version "2.16.0"
 
 \paper {
   ragged-right = ##t
 }
 
 \relative <<
-  \new Staff = "1" { c4 c s2 }
-  \new Staff = "2" { c4  c s2 }
-  \new Staff = "3" { c4  c s2 }
-  { \skip 2
+  \new Staff = "1" { c2 c s1 }
+  \new Staff = "2" { c2  c s1 }
+  \new StaffGroup <<
+    \new Staff = "3" { c2  c s1 }
+    { \skip 1
     <<
       \lyrics {
-       \set alignBelowContext = #"1"
-       below8 first staff
+        \set alignBelowContext = #"1"
+        below4 first staff
       }
       \new Staff {
-       \set Staff.alignAboveContext = #"3"
-       \times 4/6 {
-         \override TextScript #'padding = #3
-         c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
-       }
+        \set Staff.alignAboveContext = #"3"
+        \times 4/6 {
+          \override TextScript #'padding = #3
+          c4^"this" d_"staff" e^"above" d_"last" e^"staff" f
+        }
       }
     >> }
+  >>
 >>