craigsapp / website-polish-scores

Front-end for digital transcriptions of the Polish Music Heritage in Open Access project
https://polishscores.org
3 stars 1 forks source link

Problem markings displayed on page #230

Closed jacekiwaszko1 closed 1 year ago

jacekiwaszko1 commented 1 year ago

Problem markings used to be hidden on the website by default, but now they are displayed as P.

https://polishscores.org/?id=16xx:1340

image

If shed changes t=P into T=P funny system breaks happen in this example. When the whole layout comment is erased the layout is correct.

craigsapp commented 1 year ago

Fix with commit https://github.com/craigsapp/website-polish-scores/commit/7d5340f8e620efdd58779515533bef9ac96131a2

Shed command is:

s/^LO:TX.*:problem\\b.*//L

which removes the entire problem marker from the file before converting (otherwise there are some layout problems due to empty text being added to the score most likely).

Screenshot 2023-08-10 at 13 15 52