PB/SB when using --breaks original
craigsapp opened this issue · 4 comments
When verovio uses the option --breaks original
, page breaks will force pagination of the rendered score, and the full score cannot be seen on a long single page as an SVG. More proper on the single-page display on polishscores.org (but preserving original system breaks), the option --breaks line
should be used. This will convert original page breaks into system breaks.
Implemented with commit 7c85362
Now the entire score is shown when the "Original system breaks" option is selected in the configuration panel:
https://polishscores.org/?id=18xx:3901&con=Ob
(before it was stopping at measure 11)
Some line breaks are missing in this score:
Extra line break added at measure 15:
Which was probably supposed to be added at the start of measure 18:
The last page does not have line breaks:
Probably related to issue #277, where the last page of the source is missing (and the encode added from another source but did not encode the system breaks.
VHV link to score: https://verovio.humdrum.org/?file=https:%2F%2Fhumdrum.nifc.pl%2F18xx:3901.krn
Some line breaks are missing in this score:
It looks like the XML editor used a different source to fill in the missing parts, and the Humdrum editor skipped it. I fixed the encoding and pushed the changes to our local repository.
OK, I will update publications of the scores (sooner or later).