X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Falignment-order.ly;h=5a6be94daff256e559067690e8153f6fee75f356;hb=3dfd0a47e01374e0d8d1e6b127fa3f7a15a53edc;hp=3291b018c5a4e0847c3f4efd81994936b68e7f16;hpb=210397d5e1d8a0b560bac8e683c8be957035b5b4;p=lilypond.git diff --git a/input/regression/alignment-order.ly b/input/regression/alignment-order.ly index 3291b018c5..5a6be94daf 100644 --- a/input/regression/alignment-order.ly +++ b/input/regression/alignment-order.ly @@ -3,25 +3,30 @@ anywhere in the vertical alignment. " } -\version "2.5.23" +\version "2.17.15" \paper { - raggedright = ##t + ragged-right = ##t } -\relative << - \context Staff = "1" { c4 c s2 } - \context Staff = "2" { c c s2 } - \context Staff = "3" { c c s2 } - { \skip 2 +\relative c' << + \new Staff = "1" { c2 c s1 } + \new Staff = "2" { c2 c s1 } + \new StaffGroup << + \new Staff = "3" { c2 c s1 } + { \skip 1 << \lyrics { - \set alignBelowContext = #"1" - below8 first staff + \set alignBelowContext = #"1" + below4 first staff } - \lyrics { - \set alignAboveContext = #"3" - above8 last staff + \new Staff { + \set Staff.alignAboveContext = #"3" + \tuplet 6/4 { + \override TextScript.padding = #3 + c4^"this" d_"staff" e^"above" d_"last" e^"staff" f + } } >> } + >> >>