]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-force-mmrest-position.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / part-combine-force-mmrest-position.ly
diff --git a/input/regression/part-combine-force-mmrest-position.ly b/input/regression/part-combine-force-mmrest-position.ly
new file mode 100644 (file)
index 0000000..141c41d
--- /dev/null
@@ -0,0 +1,26 @@
+
+\header {
+  texidoc ="If the part-combiner shows two separate voices, multi-measure rests
+  are supposed to use the same settings as @code{\voiceOnce} and @code{\voiceTwo}.
+"
+}
+
+\layout { ragged-right = ##t }
+
+\version "2.14.0"
+
+mI = \relative c'' {
+  \partcombineApart
+  c2 c |
+  R1 |
+  c1
+}
+mII = \relative c' {
+  R1 |
+  c2 c |
+  c1
+}
+
+\score {
+  \new Staff \partcombine \mI \mII
+}