diff options
author | Reinhold Kainhofer <reinhold@kainhofer.com> | 2008-03-08 23:49:46 +0100 |
---|---|---|
committer | Reinhold Kainhofer <reinhold@kainhofer.com> | 2008-03-08 23:49:46 +0100 |
commit | d92c587f7cd80c13819faf69da9d0587c4cd8b9f (patch) | |
tree | fe7009986a230a9b121b403a749406d106c9461a | |
parent | 66a31dfb1bd5a5698f3790517deeb8b3b7e3d055 (diff) |
Add test file for single-note tuplets
-rw-r--r-- | input/regression/tuplet-single-note.ly | 17 |
1 files changed, 17 insertions, 0 deletions
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"|." + } +>> + |