music21.alpha.trecento.trecentoCadence¶
CadenceConverter¶
-
class
music21.alpha.trecento.trecentoCadence.
CadenceConverter
(stringRep='')¶ Subclass of Tiny Notation that calls these tokens instead of the defaults
>>> dLucaGloriaIncipit = alpha.trecento.trecentoCadence.CadenceConverter( ... "6/8 c'2. d'8 c'4 a8 f4 f8 a4 c'4 c'8").parse().stream >>> dLucaGloriaIncipit.rightBarline = 'final' >>> dLucaGloriaIncipit.elements (<music21.stream.Measure 1 offset=0.0>, <music21.stream.Measure 2 offset=3.0>, <music21.stream.Measure 3 offset=6.0>)
CadenceConverter
bases
CadenceConverter
methods
Methods inherited from Converter
:
CadenceNoteToken¶
-
class
music21.alpha.trecento.trecentoCadence.
CadenceNoteToken
(token='')¶ Subclass of NoteToken where 2.. represents a dotted dotted half note (that is, a dotted half tied to a dotted quarter) instead of a double dotted note. This makes entering Trecento music (which uses this note value often) much easier. 1.. and 4.. etc. are similarly transformed.
CadenceNoteToken
bases
CadenceNoteToken
methods
Methods inherited from DotsMixin
:
Methods inherited from NoteToken
:
Methods inherited from NoteOrRestToken
:
CadenceRestToken¶
-
class
music21.alpha.trecento.trecentoCadence.
CadenceRestToken
(token='')¶ Subclass of RestToken where 2.. represents a dotted dotted half rest.
See CadenceNoteToken for details
CadenceRestToken
bases
CadenceRestToken
methods
Methods inherited from DotsMixin
:
Methods inherited from RestToken
:
Methods inherited from NoteOrRestToken
: