pymusicxml.enums.LineEnd

class pymusicxml.enums.LineEnd(value)[source]

Bases: Enum

An enumeration.

Attributes

up

down

both

arrow

none

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