X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Falignment-order.ly;h=5a6be94daff256e559067690e8153f6fee75f356;hb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;hp=3bca500d099402283a3b8fcadd147e409100c551;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/alignment-order.ly b/input/regression/alignment-order.ly index 3bca500d09..5a6be94daf 100644 --- a/input/regression/alignment-order.ly +++ b/input/regression/alignment-order.ly @@ -3,28 +3,30 @@ anywhere in the vertical alignment. " } -\version "2.14.0" +\version "2.17.15" \paper { ragged-right = ##t } -\relative << - \new Staff = "1" { c4 c s2 } - \new Staff = "2" { c4 c s2 } - \new Staff = "3" { c4 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 } \new Staff { - \set Staff.alignAboveContext = #"3" - \times 4/6 { - \override TextScript #'padding = #3 - c8^"this" d_"staff" e^"above" d_"last" e^"staff" f - } + \set Staff.alignAboveContext = #"3" + \tuplet 6/4 { + \override TextScript.padding = #3 + c4^"this" d_"staff" e^"above" d_"last" e^"staff" f + } } >> } + >> >>