1\version "2.21.0"
2\header{
3  texidoc="Non-standard tuplet texts: Appending a note value to the normal text and to the fraction text."
4}
5\layout { ragged-right= ##t }
6
7
8\context Voice \relative {
9  \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper tuplet-number::calc-denominator-text (ly:make-duration 2 0))
10  \tuplet 3/2  { c''8 c8 c8 c8 c8 c8 }
11  \once \override TupletNumber.text = #(tuplet-number::append-note-wrapper tuplet-number::calc-fraction-text (ly:make-duration 2 0))
12  \tuplet 3/2  { c8 c8 c8 c8 c8 c8 }
13}
14