MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / alignment-order.ly
bloba5bec4114ff88aaac93f2ed5c7d799cf9e1bac02
1 \header {
2 texidoc = "Newly created contexts can be inserted
3 anywhere in the vertical alignment. "
6 \version "2.12.0"
8 \paper {
9 ragged-right = ##t
12 \relative <<
13 \new Staff = "1" { c4 c s2 }
14 \new Staff = "2" { c4 c s2 }
15 \new Staff = "3" { c4 c s2 }
16 { \skip 2
18 \lyrics {
19 \set alignBelowContext = #"1"
20 below8 first staff
22 \new Staff {
23 \set Staff.alignAboveContext = #"3"
24 \times 4/6 {
25 \override TextScript #'padding = #3
26 c8^"this" d_"staff" e^"above" d_"last" e^"staff" f
29 >> }