Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
cuthbertLab
/
music21
Public
Notifications
You must be signed in to change notification settings
Fork
453
Star
2.6k
Code
Issues
146
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Pitch.octave is always an int
- #2023
#2023
Merged
mscuthbert
merged 26 commits into
master
cuthbertLab/music21:master
from
octave-int
cuthbertLab/music21:octave-int
Copy head branch name to clipboard
Sep 1, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Pitch.octave is always an int
#2023
mscuthbert
merged 26 commits into
master
cuthbertLab/music21:master
from
octave-int
cuthbertLab/music21:octave-int
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
Add Pitch.octaveIsImplicit; use it wherever code tested octave is None
Show description for 7a81a6b
mscuthbert
committed
7a81a6b
View commit details
Copy full SHA for 7a81a6b
Browse repository at this point
Pitch.octave is always an int; implicitOctave becomes a synonym
Show description for 8decb9e
mscuthbert
committed
8decb9e
View commit details
Copy full SHA for 8decb9e
Browse repository at this point
Docs for integer octaves: migration page and User's Guide note
Show description for 70d754c
mscuthbert
committed
70d754c
View commit details
Copy full SHA for 70d754c
Browse repository at this point
Drop a redundant octaveIsImplicit reset in Chord.closedPosition
Show description for 118483b
mscuthbert
committed
118483b
View commit details
Copy full SHA for 118483b
Browse repository at this point
figuredBass: say 'implicit octave' in the maxPitch error
Show description for e11914f
mscuthbert
committed
e11914f
View commit details
Copy full SHA for e11914f
Browse repository at this point
Migrating-to-v11 page: cover every user-facing change since the v10 line
Show description for ddcf9de
mscuthbert
committed
ddcf9de
View commit details
Copy full SHA for ddcf9de
Browse repository at this point
Fix the maxPitch doctest message; drop a duplicated argument in pitchToXml
Show description for 8258e3a
mscuthbert
committed
8258e3a
View commit details
Copy full SHA for 8258e3a
Browse repository at this point
Migration page: cut the 'one floor up' aside
Show description for 61912b2
mscuthbert
committed
61912b2
View commit details
Copy full SHA for 61912b2
Browse repository at this point
Migration page: open the KeySignature section with 'Similar idea to Octave'
Show description for 9ae7eb8
mscuthbert
committed
9ae7eb8
View commit details
Copy full SHA for 9ae7eb8
Browse repository at this point
Migration page: make the one-line summary one line
Show description for 1637b50
mscuthbert
committed
1637b50
View commit details
Copy full SHA for 1637b50
Browse repository at this point
Migration page: describe only what changed in Chord indexing
Show description for 9dc36f0
mscuthbert
committed
9dc36f0
View commit details
Copy full SHA for 9dc36f0
Browse repository at this point
Migration page: keep only behavior changes and new features
Show description for 5f72c56
mscuthbert
committed
5f72c56
View commit details
Copy full SHA for 5f72c56
Browse repository at this point
Cut the historical defaultOctave comment in Pitch.__init__
Show description for 59bcc64
mscuthbert
committed
59bcc64
View commit details
Copy full SHA for 59bcc64
Browse repository at this point
Migration page: qualify MeasureParser as the MusicXML one
Show description for 1d4faf5
mscuthbert
committed
1d4faf5
View commit details
Copy full SHA for 1d4faf5
Browse repository at this point
Migration page: identificationToMetadata was on MusicXMLImporter
Show description for f38df01
mscuthbert
committed
f38df01
View commit details
Copy full SHA for f38df01
Browse repository at this point
Migration page: ContainsEnum is not needed, StrEnum or HexEnum instead
Show description for 958d37e
mscuthbert
committed
958d37e
View commit details
Copy full SHA for 958d37e
Browse repository at this point
intervalNetwork: test octaveIsImplicit once, outside the octave-shift loops
Show description for c332e85
mscuthbert
committed
c332e85
View commit details
Copy full SHA for c332e85
Browse repository at this point
Mark implicitOctave deprecated in its docstring; record the property rule
Show description for 43e022a
mscuthbert
committed
43e022a
View commit details
Copy full SHA for 43e022a
Browse repository at this point
octaveIsImplicit setter: inform the client only when the state changes
Show description for c9dc9a0
mscuthbert
committed
c9dc9a0
View commit details
Copy full SHA for c9dc9a0
Browse repository at this point
Migration page: trim the intro's branch aside
Show description for c241c19
mscuthbert
committed
c241c19
View commit details
Copy full SHA for c241c19
Browse repository at this point
Migration page: 'what to use instead'
Show description for 9a9c02f
mscuthbert
committed
9a9c02f
View commit details
Copy full SHA for 9a9c02f
Browse repository at this point
Mark octave = None as the path to deprecate in v12 and remove in v13
Show description for 0459e9a
mscuthbert
committed
0459e9a
View commit details
Copy full SHA for 0459e9a
Browse repository at this point
octave = None is deprecated, removed in v13; separate the concept from the warning
Show description for af5fa3f
mscuthbert
committed
af5fa3f
View commit details
Copy full SHA for af5fa3f
Browse repository at this point
Pitch.octave docstring: lead with an explicit octave
Show description for 37ec120
mscuthbert
committed
37ec120
View commit details
Copy full SHA for 37ec120
Browse repository at this point
Pitch.ps docstring: show the implicit octave equals D#4
Show description for 85e6a97
mscuthbert
committed
85e6a97
View commit details
Copy full SHA for 85e6a97
Browse repository at this point
Review wording for implicit octaves; record the review-commit rule
Show description for 8c65af7
mscuthbert
committed
8c65af7
View commit details
Copy full SHA for 8c65af7
Browse repository at this point
You can’t perform that action at this time.