Subclass of TinyNotationNote 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.
TrecentoCadenceNote bases
TrecentoCadenceNote read-only properties
Read-only properties inherited from TinyNotationNote:
TrecentoCadenceNote methods
Methods inherited from TinyNotationNote:
Subclass of Tiny Notation that calls TrecentoCadenceNote instead of TinyNotationNote
>>> dLucaGloriaIncipit = trecento.trecentoCadence.TrecentoCadenceStream("c'2. d'8 c'4 a8 f4 f8 a4 c'4 c'8", '6/8')
>>> dLucaGloriaIncipit.makeMeasures(inPlace = True)
>>> 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>)
TrecentoCadenceStream bases
TrecentoCadenceStream read-only properties
Read-only properties inherited from Stream:
Read-only properties inherited from Music21Object:
TrecentoCadenceStream read/write properties
Read/write properties inherited from Stream:
Read/write properties inherited from Music21Object:
TrecentoCadenceStream methods
Methods inherited from TinyNotationStream:
Methods inherited from Stream:
Methods inherited from Music21Object:
TrecentoCadenceStream instance variables
Instance variables inherited from TinyNotationStream:
|
|
|
Instance variables inherited from Stream:
Instance variables inherited from Music21Object: