Hi Paolo, 2012/1/5 Paolo Prete <[email protected]>: > ... 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user
