From: David Kastrup Date: Wed, 25 Jul 2012 15:48:33 +0000 (+0200) Subject: Add display test for nested tuplet music. X-Git-Tag: release/2.15.42-1~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fad74651840d92d367d9289d151a6e86504e3815;p=lilypond.git Add display test for nested tuplet music. --- diff --git a/input/regression/display-lily-tests.ly b/input/regression/display-lily-tests.ly index e8a8504046..d565c10ff3 100644 --- a/input/regression/display-lily-tests.ly +++ b/input/regression/display-lily-tests.ly @@ -180,6 +180,7 @@ stderr of this run." %% Tuplets \test ##[ \times 2/3 { c8 d e } #] % TimeScaledMusic \test ##[ \times 4/6 { c16 d e f g a } #] +\test ##[ \times 2/3 { c d e \times 2/5 { f e d2 d4 } c } #] %} %% \relative and \tranpose \test #"NOT A BUG" ##[ \relative c' { c b } #] % RelativeOctaveMusic