]> 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)
committerJoe Neeman <joeneeman@gmail.com>
Wed, 10 Jun 2009 12:10:47 +0000 (15:10 +0300)
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
+  }
+}
+