Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sildater authored Oct 29, 2024
1 parent 725861d commit 50c52ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partitura/score.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def clef_map(self):
for s in range(1, self.number_of_staves + 1):
staff_clefs = clefs[clefs[:, 1] == s]
if len(staff_clefs) == 0:
# default treble clef
# default "none" clef
staff, clef, line, octave_change = s, clef_sign_to_int("none"), 0, 0

warnings.warn(
Expand Down

0 comments on commit 50c52ce

Please sign in to comment.