]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add a regression test for 453.
authorJoe Neeman <joeneeman@gmail.com>
Tue, 9 Jun 2009 18:30:05 +0000 (21:30 +0300)
committerPatrick McCarty <pnorcks@gmail.com>
Fri, 17 Jul 2009 09:47:48 +0000 (02:47 -0700)
(cherry picked from commit b552fd3da532b2a550398be746521a41894fb01d)

input/regression/chord-tremolo-scaled-durations.ly [new file with mode: 0644]

diff --git a/input/regression/chord-tremolo-scaled-durations.ly b/input/regression/chord-tremolo-scaled-durations.ly
new file mode 100644 (file)
index 0000000..9822581
--- /dev/null
@@ -0,0 +1,15 @@
+\version "2.11.32"
+
+\header {
+  texidoc = "Don't allow scaled durations to confuse the tremolo beaming.
+The tremolos should each have 3 beams."
+}
+
+{
+  \time 3/4
+  \repeat tremolo 12 {e'32 f'}
+  \scaleDurations #'(3 . 4) {
+    \repeat tremolo 12 {e'32 f'} r4
+  }
+}
+