When setting the tuplet number text, in a piece that uses the full fraction
throughout, when temporarily set to just the denominator on a nested
tuplet, if the nested tuplet comes first the out tuplet text is also set to
the inner setting. This does not occur if the inner tuplet comes later.
Is this indeed a bug?
Andrew
== snip
\version "2.19.43"
{
\override TupletNumber.text = #tuplet-number::calc-fraction-text
\tuplet 7/8 { c'' \tuplet 3/2 { d'' d'' d'' } c'' c'' c'' c'' } |
\tuplet 7/8 {
\once \override TupletNumber.text =
#tuplet-number::calc-denominator-text
\tuplet 3/2 { d'' d'' d'' } c'' c'' c'' c'' c''
} |
\tuplet 7/8 {
c''
\once \override TupletNumber.text =
#tuplet-number::calc-denominator-text
\tuplet 3/2 { d'' d'' d'' } c'' c'' c'' c''
} |
}
== snip
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond