diff options
author | David Kastrup <dak@gnu.org> | 2012-07-25 17:48:33 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2012-07-30 07:51:07 +0200 |
commit | fad74651840d92d367d9289d151a6e86504e3815 (patch) | |
tree | bed693c8e081b81b3a36b1c255daa337c549b0bc /input | |
parent | c00378e120b9ecc68c811cbe9a640dadd61c1ac6 (diff) |
Add display test for nested tuplet music.
Diffstat (limited to 'input')
-rw-r--r-- | input/regression/display-lily-tests.ly | 1 |
1 files changed, 1 insertions, 0 deletions
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 |