]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add test file for single-note tuplets
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 8 Mar 2008 22:49:46 +0000 (23:49 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 8 Mar 2008 22:49:46 +0000 (23:49 +0100)
input/regression/tuplet-single-note.ly [new file with mode: 0644]

diff --git a/input/regression/tuplet-single-note.ly b/input/regression/tuplet-single-note.ly
new file mode 100644 (file)
index 0000000..635783c
--- /dev/null
@@ -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"|."
+  }
+>>
+