]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tuplet-text-fraction-with-notes.ly
resolve merge
[lilypond.git] / input / regression / tuplet-text-fraction-with-notes.ly
diff --git a/input/regression/tuplet-text-fraction-with-notes.ly b/input/regression/tuplet-text-fraction-with-notes.ly
new file mode 100644 (file)
index 0000000..7a4e1e2
--- /dev/null
@@ -0,0 +1,12 @@
+\version "2.14.0"
+\header{
+  texidoc="Non-standard tuplet texts: Printing a tuplet fraction with note durations assigned to both the denominator and the numerator."
+}
+
+
+\context Voice \relative c'' {
+  \once \override TupletNumber #'text = #(tuplet-number::fraction-with-notes "4." "8")
+  \times 2/3  { c4. c4. c4. c4. }
+  \once \override TupletNumber #'text = #(tuplet-number::non-default-fraction-with-notes 12 "8" 4 "4")
+  \times 2/3  { c4. c4. c4. c4. }
+}