]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/alignment-order.ly
Nested book parts: proper \paper block inheritance
[lilypond.git] / input / regression / alignment-order.ly
index b0249cc745eb871765682f8bac82216e14f72eb1..25d8b9a7e8ffd8e20dba6e3522eca2d038202eb3 100644 (file)
@@ -3,16 +3,16 @@
 anywhere in the vertical alignment. "
 }
 
-\version "2.5.23"
+\version "2.11.51"
 
 \paper {
-  raggedright = ##t
+  ragged-right = ##t
 }
 
 \relative <<
-  \context Staff = "1" { c4 c s2 }
-  \context Staff = "2" { c4  c s2 }
-  \context Staff = "3" { c4  c s2 }
+  \new Staff = "1" { c4 c s2 }
+  \new Staff = "2" { c4  c s2 }
+  \new Staff = "3" { c4  c s2 }
   { \skip 2
     <<
       \lyrics {
@@ -21,7 +21,10 @@ anywhere in the vertical alignment. "
       }
       \new Staff {
        \set Staff.alignAboveContext = #"3"
-       c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
+       \times 4/6 {
+         \override TextScript #'padding = #3
+         c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
+       }
       }
     >> }
 >>