From d92c587f7cd80c13819faf69da9d0587c4cd8b9f Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 8 Mar 2008 23:49:46 +0100 Subject: [PATCH] Add test file for single-note tuplets --- input/regression/tuplet-single-note.ly | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 input/regression/tuplet-single-note.ly diff --git a/input/regression/tuplet-single-note.ly b/input/regression/tuplet-single-note.ly new file mode 100644 index 0000000000..635783c28b --- /dev/null +++ b/input/regression/tuplet-single-note.ly @@ -0,0 +1,17 @@ + +\header { + + texidoc = "Show tuplet numbers also on single-note tuplets (otherwise the timing would look messed up!), but don't show a bracket. Make sure that tuplets without any notes don't show any number, either." + +} +\version "2.11.41" + +\paper { ragged-right = ##t +indent = 0.0 } + +\new Staff << + \new Voice \relative c'' { + \times 4/6 { c2.:8 } \times 2/3 { g4.:8 } \times 2/3 { a,4.:8 } \times 4/6 {} \bar"|." + } +>> + -- 2.39.2