From: David Kastrup Date: Sun, 8 Sep 2013 16:36:08 +0000 (+0200) Subject: Add regtest for multimeasure rests in \partcombineApart passages X-Git-Tag: release/2.17.27-1~40^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ba0316c4ee6f7627e798341908023ecb494a89cd;p=lilypond.git Add regtest for multimeasure rests in \partcombineApart passages --- diff --git a/input/regression/part-combine-mmrest-apart.ly b/input/regression/part-combine-mmrest-apart.ly new file mode 100644 index 0000000000..9fae671303 --- /dev/null +++ b/input/regression/part-combine-mmrest-apart.ly @@ -0,0 +1,35 @@ +\version "2.17.6" + +\header { + texidoc = " +The positioning of multimeasure rests in @code{\\partcombineApart} +passages corresponds with @code{\\voiceOne} and @code{\\voiceTwo} even +when using non-standard staves. +" +} + +\layout { + indent = 4\cm + raggedright = ##t +} + +\new StaffGroup +<< + \new Staff \with + { \override StaffSymbol.line-count = #4 + instrumentName = \markup \typewriter "\\partcombine" + } + { + \partcombine { R1^"R1" r1^"r1" \time 2/4 R2^"R2" r2^"r2" } + { \partcombineApart R1 r1 \time 2/4 R2 r2 } + + } + \new Staff \with + { \override StaffSymbol.line-count = #4 + instrumentName = \markup \typewriter "<< ... \\\\ ... >>" + } + << + { R1 r1 \time 2/4 R2 r2 } \\ + { R1 r1 \time 2/4 R2 r2 } + >> +>>