>>> What controls the vertical position of a tuplet number if I set
>>>
>>> \override Staff.TupletBracket #'bracket-visibility = ##f
>>>
>>> ? I would like to have the number within a staff and not outside...
>
> does this match your needs?
>
> {
> \override TupletBracket #'bracket-visibility = ##f
> \override TupletBracket #'staff-padding = #'()
> \override TupletNumber #'staff-padding = #'()
> \times 2/3 { c d e}
> }
Yep! That's exactly what I need. Thanks a lot!
Werner
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user