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

[BUG] Documentation Parser doesn't handle numbered list correctly #143

Open
rpatters1 opened this issue Mar 3, 2022 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@rpatters1
Copy link
Collaborator

Describe the bug
If there is a numbered list in the Notes that continues to another line, the documentation parser creates a spurious number for the second line.

To Reproduce
Steps to reproduce the behavior:
See the numbered lists in the Notes for note_automatic_jete.lua and compare them to the "details" display for that script on the website.

Expected behavior
It seems like the numbering should follow markdown syntax rules.

@rpatters1 rpatters1 added the bug Something isn't working label Mar 3, 2022
@Nick-Mazuk
Copy link
Member

Yep, you're right.

Adding more details for myself when I fix it later.

Code:

1. Add the notes you want to display, with or without accidentals. Normally you choose notes with noteheads
that follow a straight-line path as closely as possible. They can be reduced size or grace notes. 
2. Add staccato dots if you want them.
3. Add a slur if you want it.
4. Run the script on the pattern you just entered.

Output (not desired):

Screen Shot 2022-03-02 at 7 23 21 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants