lilypond-user
[Top][All Lists]
Advanced

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

Re: how to "damp" TupletBracket slope?


From: Kieren MacMillan
Subject: Re: how to "damp" TupletBracket slope?
Date: Mon, 10 Sep 2007 22:24:26 -0400

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.





reply via email to

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