From: Reinhold Kainhofer Date: Sat, 8 Mar 2008 22:49:46 +0000 (+0100) Subject: Add test file for single-note tuplets X-Git-Tag: release/2.11.43-1~54^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d92c587f7cd80c13819faf69da9d0587c4cd8b9f;p=lilypond.git Add test file for single-note tuplets --- 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"|." + } +>> +