]> git.donarmstrong.com Git - lilypond.git/commitdiff
add Staff example.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 31 May 2005 12:38:45 +0000 (12:38 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 31 May 2005 12:38:45 +0000 (12:38 +0000)
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
       }
     >> }
 >>