diff options
author | Keith OHara <k-ohara5a5a@oco.net> | 2012-07-16 21:24:22 -0700 |
---|---|---|
committer | Keith OHara <k-ohara5a5a@oco.net> | 2012-07-22 12:52:31 -0700 |
commit | d4875d8e33dc505690710a07b1abb859732e8382 (patch) | |
tree | a8dff6f0b8aadc9ab46f3a8656fa44e77e42fc55 /input | |
parent | 4e1ee1df20babbc523e16d8cc843aa31f1cdf406 (diff) |
span-bar-.cc: Sort bar-line extents in case alignAboveContext is active
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/alignment-order.ly | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/input/regression/alignment-order.ly b/input/regression/alignment-order.ly index 3bca500d09..e9510656c2 100644 --- a/input/regression/alignment-order.ly +++ b/input/regression/alignment-order.ly @@ -10,21 +10,23 @@ anywhere in the vertical alignment. " } \relative << - \new Staff = "1" { c4 c s2 } - \new Staff = "2" { c4 c s2 } - \new 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 + } } >> } + >> >> |