CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/31 12:38:45

Modified files:
        input/regression: alignment-order.ly 

Log message:
        add Staff example.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/alignment-order.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: lilypond/input/regression/alignment-order.ly
diff -u lilypond/input/regression/alignment-order.ly:1.1 
lilypond/input/regression/alignment-order.ly:1.2
--- lilypond/input/regression/alignment-order.ly:1.1    Sun May  8 23:17:49 2005
+++ lilypond/input/regression/alignment-order.ly        Tue May 31 12:38:45 2005
@@ -11,17 +11,17 @@
 
 \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
       }
     >> }
 >>


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to