X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Falignment-order.ly;h=a5bec4114ff88aaac93f2ed5c7d799cf9e1bac02;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=b0249cc745eb871765682f8bac82216e14f72eb1;hpb=bc7fddf0db95caf737b49da67ec394f113dd7e88;p=lilypond.git diff --git a/input/regression/alignment-order.ly b/input/regression/alignment-order.ly index b0249cc745..a5bec4114f 100644 --- a/input/regression/alignment-order.ly +++ b/input/regression/alignment-order.ly @@ -3,16 +3,16 @@ anywhere in the vertical alignment. " } -\version "2.5.23" +\version "2.12.0" \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 + } } >> } >>