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

Add barline at start of music #11

Closed
craigsapp opened this issue Feb 19, 2024 · 0 comments
Closed

Add barline at start of music #11

craigsapp opened this issue Feb 19, 2024 · 0 comments

Comments

@craigsapp
Copy link
Collaborator

craigsapp commented Feb 19, 2024

Here is a command that lists scores that do not start the music with a barline (from the humdrum directory:

grep -r -B 1 -m 1 ^= . | grep -v ":.*=" | grep -v -- "-\!" | grep -v -- -- | grep -v "krn-\*"

No scores have a missing first barline.

There were probably fixed previously with the bin/fixBarnus script used in conjunction with make fb. I change barnum to barnum -a so that cases as in issue #10 do not happen (not labeling overfull measure with bar number).

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