pymusicxml.enums.LineEnd

class pymusicxml.enums.LineEnd(*values)[source]

Bases: Enum

Attributes

up

down

both

arrow

none

up = 'up'
down = 'down'
both = 'both'
arrow = 'arrow'
none = 'none'