ArticulationsInterface

class abjad.articulations.interface.ArticulationsInterface(client)

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

Handle the LilyPond Script grob.

append(expr)
extend(expr)
insert(i, expr)
pop(i=-1)
remove(expr)
sort()

Previous topic

AccidentalInterface

Next topic

BarLineInterface

This Page