Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / part-combine-text.ly
blob675b7c37a84f6d288e42d469b47adef8be07c563
2 \header {
3 texidoc ="The part combiner detects a2, solo1 and solo2, and prints
4 texts accordingly.
12 \version "2.12.0"
14 \layout { ragged-right= ##t }
16 vone = \relative a' { R1 a2 r4 r a a a a }
17 vtwo = \relative a' { R1 f4 f4 f4 f f f a a }
18 comm = { s1 s2 s4_\markup { \small "expect: solo 2" }
19 s4 s2 s4_\markup { \small "expect: a2" } s4 }
20 \new Staff <<
21 \partcombine \vone \vtwo
22 \comm