]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chord-repetition-times.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / chord-repetition-times.ly
diff --git a/input/regression/chord-repetition-times.ly b/input/regression/chord-repetition-times.ly
new file mode 100644 (file)
index 0000000..d70b80a
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.16.0"
+
+
+\header {
+  texidoc = "
+Chord repetitions are expanded late in the processing order and get
+their note events only then.  Check that @code{\\times} still works
+correctly on them.
+"
+}
+
+\relative c' {
+  <c e g>4 r <c e g>2 ~ |
+  \times 2/3 { <c e g>4 q q } \times 2/3 { q q q } |
+}