From: Joe Neeman Date: Tue, 9 Jun 2009 18:30:05 +0000 (+0300) Subject: Add a regression test for 453. X-Git-Tag: release/2.12.3-1~84 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=09bf9a18185476020686ff65b5d70b57051be780;p=lilypond.git Add a regression test for 453. (cherry picked from commit b552fd3da532b2a550398be746521a41894fb01d) --- diff --git a/input/regression/chord-tremolo-scaled-durations.ly b/input/regression/chord-tremolo-scaled-durations.ly new file mode 100644 index 0000000000..9822581a5a --- /dev/null +++ b/input/regression/chord-tremolo-scaled-durations.ly @@ -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 + } +} +