X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Falignment-order.ly;h=cbd9fa309877f59cfd814d829712ef4f2e1efa1d;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=e933deb5baed25b8ce7e845166792cec76ec19eb;hpb=26cd516049c72cf63375979fd4a0fbe2f11a9395;p=lilypond.git diff --git a/input/regression/alignment-order.ly b/input/regression/alignment-order.ly index e933deb5ba..cbd9fa3098 100644 --- a/input/regression/alignment-order.ly +++ b/input/regression/alignment-order.ly @@ -3,28 +3,30 @@ anywhere in the vertical alignment. " } -\version "2.6.0" +\version "2.16.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 } - { \skip 2 + \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" + \times 4/6 { + \override TextScript #'padding = #3 + c4^"this" d_"staff" e^"above" d_"last" e^"staff" f + } } >> } + >> >>