Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git] / input / regression / part-combine-force-once.ly
blob0ad75ab56b412679e73b508dbab288ab97bf84a6
2 \header {
3 texidoc ="Overrides for the part-combiner, affecting only one moment.
4 The @code{partcombine...Once} override applies only to one moment, after which the
5 old override -- if any -- is in effect again.
9 \layout { ragged-right = ##t }
11 \version "2.13.36"
13 mI = \relative c' {
14 e4 e \partcombineApartOnce c c |
15 \partcombineApart c \partcombineChordsOnce e e e |
16 c \partcombineUnisonoOnce c c c |
17 \partcombineAutomatic \partcombineSoloIOnce r2 c4 c |
18 \partcombineSoloIIOnce R1 |
20 mII = \relative c' {
21 c4 \partcombineApartOnce c c c |
22 c c \partcombineAutomaticOnce e e |
23 c c c c |
24 R1 |
25 r2 c4 c |
28 \score {
29 \new Staff \partcombine \mI \mII