Hi Adam,

I'd like to be able to "damp" TupletBrackets the way you can damp
Beams to force horizontal TupletBrackets.  I can't seem to find a
similar method in the docs (I'm using 2.11.32).

%%% BEGIN SNIPPET %%%

\version "2.11.32"

triplets = \relative c'''
{
        \tupletUp
        \times 2/3 { c a e }
        \override TupletBracket #'positions = #'(6 . 6)
        \times 2/3 { c' a e }
}

\score
{
        \triplets
}

%%% END SNIPPET %%%

Hope this helps!
Kieren.



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

Reply via email to