Replace ternary grace=None
, pitched=None
flags with boolean flags
#1123
Labels
grace=None
, pitched=None
flags with boolean flags
#1123
The
grace=None
,nontrivial=None
,pitched=None
flags are the only ternary flags in the system.grace=None
withexclude_grace=False
,exclude_nongrace=False
.nontrivial=None
withexclude_nontrivial=False
,exclude_trivial=False
.pitched=None
withexclude_pitched=False
,exclude_nonpitched=False
.The refactor sites are
abjad.iterate.*()
,abjad.select.*()
.The text was updated successfully, but these errors were encountered: