Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / part-combine-global.ly
blob9c5ef8dae2fba181d00580234fe65c3a6d895a94
3 \header { texidoc=
5 "The analysis of the part combiner is non-local:
6 in the following example, the decision for using separate voices in
7 the 1st measure is made on the 2nd note, but influences the 1st note.
9 In the 2nd measure, the pattern without the tie, leads to combined
10 voices.
14 \version "2.12.0"
16 vone =
18 %%%%%%%%%%%%%% 0 1 2 3
19 \relative c'' {
20 \time 2/4
21 a8[ a] a8[ a] |
22 a8[ a] a8[ a]
25 vtwo =
26 \relative c' {
27 \time 2/4
28 f8[ f]~ f8[ f] |
29 f8[ f] f8[ f]
33 \partcombine \vone \vtwo