On Aug 23, 2011, at 4:42 PM, Urs Liska wrote: > Thanks Mike, > > and just for the archive (in case anyone stumbles over it): > > #'bracket-visibility decides whether or not a given TupletBracket is to be > printed or not. > If it isn't printed then #'bracket-visibility will set #'stencil = ##f. > > Best > Urs
Actually, to be precise, #'bracket-visibility = ##f does not set stencil to ##f. The stencil remains ly:tuplet-bracket::print, but in this function, the property bracket-visibility is looked up and, once false is seen, an empty stencil is returned. Cheers, MS _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
