Hi Raphael,

you have to issue your \override _before_ the corresponding \times-command
(i.e. not inside).

See example:

%%% BEGIN EXAMPLE
\score {
  {
    \clef bass
    \times 2/3 { g:8 d:8 e:8 }
    \times 2/3 { c4 c c }
    \override TupletNumber #'transparent = ##t
    \override TupletBracket #'transparent = ##t
    \times 2/3 { c4 c c }
  }

  \layout {}
}
%%% END EXAMPLE

Cheers,
Markus





_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to