Hi,
I'd like to be able to specify in a Score that there is no ChordSymbol occurring during some time interval. Currently, the convention is that a ChordSymbol lasts until a new one is found. Of course, we can always set the duration of a particular ChordSymbol, but that's very fragile, for example, applying a music21.harmony.realizeChordSymbolDurations(piece) would break the durations.
Is there currently any way of doing this?
Otherwise, I was thinking of implementing a special type of "No Chord" or "N.C." ChordSymbol. I believe that should be pretty straightforward, but is there anything special I should look out for?
Hi,
I'd like to be able to specify in a Score that there is no ChordSymbol occurring during some time interval. Currently, the convention is that a ChordSymbol lasts until a new one is found. Of course, we can always set the duration of a particular ChordSymbol, but that's very fragile, for example, applying a music21.harmony.realizeChordSymbolDurations(piece) would break the durations.
Is there currently any way of doing this?
Otherwise, I was thinking of implementing a special type of "No Chord" or "N.C." ChordSymbol. I believe that should be pretty straightforward, but is there anything special I should look out for?