From e94bfe4c1f606714db7fdd199601b84e3e72fb63 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:50:53 +0000 Subject: [PATCH] lilypond-1.1.54 --- input/test/tuplet.fly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input/test/tuplet.fly b/input/test/tuplet.fly index 92ac4d4739..d9962ad89a 100644 --- a/input/test/tuplet.fly +++ b/input/test/tuplet.fly @@ -18,7 +18,7 @@ \property Voice.tupletDirection = \down \property Voice.tupletVisibility = 0 -\times2/3{c,4^"tupletDirection = \\textbackslash{}down" d e} +\times2/3{c,4^"tupletDirection = down" d e} \times2/3{[[f8 g a]]} \times2/3{b16 c d} c8 | \property Voice.tupletVisibility = 1 \times2/3{c,4 d e} \times2/3{[f8 g a]} \times2/3{b16 c d} c8 | @@ -31,7 +31,7 @@ \property Voice.tupletDirection = \up \property Voice.tupletVisibility = 0 -\times2/3{c,4^"tupletDirection = \\textbackslash{}up" d e} +\times2/3{c,4^"tupletDirection = up" d e} \times2/3{[[f8 g a]]} \times2/3{b16 c d} c8 | \property Voice.tupletVisibility = 1 \times2/3{c,4 d e} \times2/3{[f8 g a]} \times2/3{b16 c d} c8 | -- 2.39.5