MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / part-combine-force-mmrest-position.ly
blob6e4e3964e7d4db5b43f555ce278b439fd7c2d9de
2 \header {
3 texidoc ="If the part-combiner shows two separate voices, multi-measure rests
4 are supposed to use the same settings as @code{\voiceOnce} and @code{\voiceTwo}.
8 \layout { ragged-right = ##t }
10 \version "2.13.36"
12 mI = \relative c'' {
13 \partcombineApart
14 c2 c |
15 R1 |
18 mII = \relative c' {
19 R1 |
20 c2 c |
24 \score {
25 \new Staff \partcombine \mI \mII