]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
(setcolor): implement (re)setcolor with <g>
[lilypond.git] / input / regression / alignment-order.ly
index 3291b018c5a4e0847c3f4efd81994936b68e7f16..b0249cc745eb871765682f8bac82216e14f72eb1 100644 (file)
@@ -11,17 +11,17 @@ anywhere in the vertical alignment. "
 
 \relative <<
   \context Staff = "1" { c4 c s2 }
-  \context Staff = "2" { c  c s2 }
-  \context Staff = "3" { c  c s2 }
+  \context Staff = "2" { c4  c s2 }
+  \context Staff = "3" { c4  c s2 }
   { \skip 2
     <<
       \lyrics {
        \set alignBelowContext = #"1"
        below8 first staff
       }
-      \lyrics {
-       \set alignAboveContext = #"3"
-       above8 last staff
+      \new Staff {
+       \set Staff.alignAboveContext = #"3"
+       c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
       }
     >> }
 >>