X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-text-wait.ly;fp=input%2Fregression%2Fpart-combine-text-wait.ly;h=4b0d1e0b011647c18ba7b1742596fd5c8ebf2fd1;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=0000000000000000000000000000000000000000;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/input/regression/part-combine-text-wait.ly b/input/regression/part-combine-text-wait.ly new file mode 100644 index 0000000000..4b0d1e0b01 --- /dev/null +++ b/input/regression/part-combine-text-wait.ly @@ -0,0 +1,26 @@ +\version "2.14.0" + + +\header { + texidoc ="Wait for the next real note for part-combine texts (i.e. don't +print part-combine texts on rests). This is needed because the part-combiner +needs an override if one voice has a full-bar rest while the other has some +rests and then a solo." +} + +\layout { ragged-right = ##t } + +mI = \relative c'' { + \set Score.partCombineTextsOnNote = ##t + g4 \partcombineSoloI r4 c2 | + \partcombineSoloII R1*2 | +} +mII = \relative c' { + c4 r2. | + r2 r4 c4 | + R1 | +} + +\score { + \new Staff \partcombine \mI \mII +}