Skip to content

Commit 7e8a800

Browse files
committed
Merge branch 'pr-bend' of github.com:adhooge/music21 into pr-bend
2 parents 2447e4e + d021fed commit 7e8a800

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ documentation improvements. The
55
Information that was formerly here is now in
66
[Developer Reference](https://www.music21.org/music21docs/developerReference/index.html)
77

8+
Pull requests or issues created with AI or in other ways not directly authored by the
9+
contributor must be declared with (AI) or (AI Generated) in their issue/PR titles.
10+
If not accepted, they will generally be closed without comment unless the contributor has
11+
a demonstrated track record of being able to fix the code in question. Reviewers that
12+
do not disclose AI usage will be politely reminded the first time and may be blocked
13+
for subsequent lack of disclosure. (New in 2025: this
14+
is a pre-emptive time savings from experiences on other Open Source projects.)
15+
816
## Resources ##
917

1018
[Module Documentation and User's Guide](https://www.music21.org/music21docs/)

documentation/source/usersGuide/usersGuide_07_chords.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@
526526
"cell_type": "markdown",
527527
"metadata": {},
528528
"source": [
529-
"You can find the third and fifth of the `Chord` with .third and .fifth. Note that these properties do not have `()` after them. This was a mistake in how we created `music21` and hopefully this will all be fixed and consistent soon:"
529+
"You can find the third and fifth of the `Chord` with `.third` and `.fifth`. Note that these properties do not have `()` after them. This was a mistake in how we created `music21` and hopefully this will all be fixed and consistent soon:"
530530
]
531531
},
532532
{

0 commit comments

Comments
 (0)