]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-note-appended.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / tuplet-text-note-appended.ly
diff --git a/input/regression/tuplet-text-note-appended.ly b/input/regression/tuplet-text-note-appended.ly
new file mode 100644 (file)
index 0000000..5aadbfe
--- /dev/null
@@ -0,0 +1,13 @@
+\version "2.14.0"
+\header{
+  texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text."
+}
+\layout { ragged-right= ##t }
+
+
+\context Voice \relative c'' {
+  \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text "4")
+  \times 2/3  { c8 c8 c8 c8 c8 c8 }
+  \once \override TupletNumber #'text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text "4")
+  \times 2/3  { c8 c8 c8 c8 c8 c8 }
+}