]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-force-once.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / part-combine-force-once.ly
diff --git a/input/regression/part-combine-force-once.ly b/input/regression/part-combine-force-once.ly
new file mode 100644 (file)
index 0000000..6247fed
--- /dev/null
@@ -0,0 +1,30 @@
+
+\header {
+  texidoc ="Overrides for the part-combiner, affecting only one moment.
+  The @code{partcombine...Once} override applies only to one moment, after which the
+  old override -- if any -- is in effect again.
+"
+}
+
+\layout { ragged-right = ##t }
+
+\version "2.14.0"
+
+mI = \relative c' {
+       e4 e \partcombineApartOnce c c |
+       \partcombineApart c \partcombineChordsOnce e e e |
+       c \partcombineUnisonoOnce c c c |
+       \partcombineAutomatic \partcombineSoloIOnce r2 c4 c |
+       \partcombineSoloIIOnce R1 |
+}
+mII = \relative c' {
+       c4 \partcombineApartOnce c c c |
+       c c \partcombineAutomaticOnce e e |
+       c c c c |
+       R1 |
+       r2 c4 c |
+}
+
+\score {
+       \new Staff \partcombine \mI \mII
+}