Hi, Raphael!

I can't reproduce the bug you're talking about -- e.g., the following works as expected:

%%% BEGIN SNIPPET %%%

\version "2.8.5"

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

\score
{
        \stuff
}

%%% END SNIPPET %%%

Does this *not* output what you expect on your copy of Lilypond?

Best regards,
Kieren.


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to