TupletBracketInterface

class abjad.tuplet.bracket.TupletBracketInterface(client)

Bases: abjad.core.interface._Interface, abjad.core.grobhandler._GrobHandler

Handle LilyPond TupletBracket grob.

abjad> t = Staff(construct.scale(4))
abjad> t.tupletbracket.bracket_visibility = True
abjad> print t.format
\new Staff \with {
   \override TupletBracket #'bracket-visibility = ##t
} {
   c'8
   d'8
   e'8
   f'8
}

Previous topic

TrillInterface

Next topic

TupletNumberInterface

This Page