-
Notifications
You must be signed in to change notification settings - Fork 0
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
Barlines without measure number #10
Comments
Solution: Run First do Then run the command:
do this in the base directory of the repository to fix the un-numberd bars in 145 scores. The run Commit 70bb01b has the fix for |
That visible unnumbered barline is correct. The problem is that The best solution will be for me to add an How to check such things on the command line without copying the file to the local disk: curl -s https://data.1520s-project.org/Ric2010.krn | barnum -r | barnum -a | less
Below are tests of Here is an example where there are no time signatures confusing **kern
*M2/1
*met(C|)
=
1c
1d
=
1e
! Barline splitting the measure into two
! pieces that sum to the time signature:
=
2f
2f#
=
1g
1a
==
*- The output of barnum file.krn **kern
*M2/1
*met(C|)
=1
1c
1d
=2
1e
! Barline splitting the measure into two
! pieces that sum to the time signature:
=
2f
2f#
=3
1g
1a
==
*- It does not matter if the barline is invisible or not: **kern
*M2/1
*met(C|)
=
1c
1d
=
1e
! Barline splitting the measure into two
! pieces that sum to the time signature:
=-
2f
2f#
=
1g
1a
==
*- Output of **kern
*M2/1
*met(C|)
=1
1c
1d
=2
1e
! Barline splitting the measure into two
! pieces that sum to the time signature:
=-
2f
2f#
=3
1g
1a
==
*-
|
Do we need to update the existing scripts? Or, should I just proceed normally for now, and then we can revisit all of this later when we add the option to barnum? |
I will see about enhancing the |
The following scores have barlines without numbers, which is supicious.
Click to see list.
If there are no incomplete bars, then they should have numbers. This can be fixed with the comand (humdrum extras), running the command from the
humdrum
directory:barnum -r
means remove all barlines, andbarnum -a
means number all barlines. It is also importnatn to place a bar line at the very start of the score (I will create an issue on how identify scores that do not so that). Otherwise, the second true measure will be labeled as measure one withbarnum -a
.The barnum tool does not seem to like to number overfilled barlines, which you do at medial and final cadences:
Minus at start of a line means deleted line and
+
means added (changed) line.Ideally the 00 rhythms would be 0 and there would be an
l
marker on the note to indicate that it looks like a breve.So the above encoding would be:
You only see one
l
because the others are at the end of a tied group and only the first note of the tied group gets thel
.The text was updated successfully, but these errors were encountered: