bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cannot reset TupletNumber back to visible


From: Raphael Manfredi
Subject: Cannot reset TupletNumber back to visible
Date: Sun, 10 Sep 2006 15:52:42 +0200

[Resent because I never received the message back]

I've been using

        \override TupletNumber #'transparent = ##t

in 2.8.6 to make the tuplet number disappear after measure 2 of a score
consisting mainly of triplets.  However, on occasions there are tremolos
for which I would like to display the triplet above, so I've tried to
encapsulate those thusly:

        \times 2/3 {
          \override TupletNumber #'transparent = ##f
          g:8 d:8
          \override TupletNumber #'transparent = ##t
        }

But this does not work.  Once the transparent has been set to true, it
seems to be sticky.

Is that the expected behaviour?  How can I restore tuplet numbering
temporarily?

Raphael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]