lilypond-user
[Top][All Lists]
Advanced

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

Re: angle of a tuplet bracket


From: Thomas Morley
Subject: Re: angle of a tuplet bracket
Date: Thu, 5 Jan 2012 14:40:18 +0100

Hi Paolo,

2012/1/5 Paolo Prete <address@hidden>:
> ... is there a way to specify the angle of a tuplet bracket?
>
> In addition, how can I force the bracket of the following tuplet:
>
> \times 2/3 {c' c'' c'''}
>
> so to be horizontal? (0 °)

how about:

{
        \once\override TupletBracket  #'positions = #'(-5 . -5)
        \times 2/3 {c' c'' c'''}
}

HTH,
  Harm



reply via email to

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