Skip to content
New issue

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

tinyNotation --> tiny doc clarification ;) #1709

Open
MarkGotham opened this issue May 9, 2024 · 0 comments
Open

tinyNotation --> tiny doc clarification ;) #1709

MarkGotham opened this issue May 9, 2024 · 0 comments

Comments

@MarkGotham
Copy link
Contributor

Problem summary

I think we could clarify the docs on octave notation in tinyNotation.

Steps to reproduce

In the Helmholtz-like pitch spelling used by tiny notation, the correct encoding is f'#

This gives octave 5 (correctly):

converter.parse("tinyNotation: f'#").recurse().notes[0].octave

But this gives octave 4 (probably because that's the octave default):

converter.parse("tinyNotation: f#'").recurse().notes[0].octave

The character succession f'# may be correct. (A quick search does not answer the question as nobody seems to demonstrate this scenario). All the same, it couldn't hurt to stick in a note to that effect. It took me a while to debug the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant