]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/part-combine-mmrest-shared.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / input / regression / part-combine-mmrest-shared.ly
1 \version "2.19.16"
2
3 \header {
4   texidoc = "Multi-measure rests do not have to begin and end simultaneously to be combined."
5 }
6
7 \score { <<
8   \compressFullBarRests
9   \partcombine
10     \relative f' { R1*8  | R1*16     | R1*4 }
11     \relative f' { R1*16     | R1*8  | R1*4 }
12 >> }
13
14 \score { <<
15   \compressFullBarRests
16   \partcombine
17     \relative f' { R1*8  | r1^"r" | R1*15     | R1*4 }
18     \relative f' { R1*16              | R1*8  | R1*4 }
19 >> }
20
21 \score { <<
22   \compressFullBarRests
23   \partcombine
24     \relative f' { R1*16              | R1*8  | R1*4 }
25     \relative f' { R1*8  | r1_"r" | R1*15     | R1*4 }
26 >> }