We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grace=None
pitched=None
The grace=None, nontrivial=None, pitched=None flags are the only ternary flags in the system.
nontrivial=None
exclude_grace=False
exclude_nongrace=False
exclude_nontrivial=False
exclude_trivial=False
exclude_pitched=False
exclude_nonpitched=False
The refactor sites are abjad.iterate.*(), abjad.select.*().
abjad.iterate.*()
abjad.select.*()
The text was updated successfully, but these errors were encountered:
abjad.select()
trevorbaca
No branches or pull requests
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: