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

rather simple notation scan stops at step "Curves" with NullPointerException #512

Closed
Bacchushlg opened this issue Sep 20, 2021 · 3 comments

Comments

@Bacchushlg
Copy link
Collaborator

The Bold Tenant Farmer_2

The transcription of this score stops at step "Curves" with NullPointerException. No idea, why

hbitteur added a commit that referenced this issue Sep 21, 2021
@hbitteur
Copy link
Contributor

NPE occurred because measure 7 has an ending sign but no barline on left side of the measure.
I fixed the exception via commit d861615 on development branch (please pull).

NullPointerException is now avoided but the ending sign doesn't get exported to the MusicXML data.
I checked MusicXML reference: the ending sign is declared as an element of its barline parent element. In other words: no barline, no ending!!?

So, right now I don't know what to do in Audiveris. I need to search further within MusicXML documentation.

A workaround for you would be to manually insert the ending sign via a music editor like MuseScore. Not very smart, I agree...

@Bacchushlg
Copy link
Collaborator Author

Works perfectly now.

hbitteur added a commit that referenced this issue Nov 18, 2021
The user can manually insert a 'side' barline which won't result 
in any measure split.
@hbitteur
Copy link
Contributor

Commit 87ee2d7 on development branch now allows the user to manually insert a barline on a system side.

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

2 participants