gregorio icon indicating copy to clipboard operation
gregorio copied to clipboard

Full size bar lines being rendered poking up

Open Nokel81 opened this issue 5 months ago • 3 comments

gregorio verison: 6.0.0

When rendering a full bar (:) or double bar (::) the line seems to extend a little above the top horizontal line.

image image

Nokel81 avatar Jan 28 '24 19:01 Nokel81

While I think the issue is being exaggerated in the first image by the pdf renderer, I can confirm that the second image I see the same thing as the second image when I zoom in sufficiently. Unfortunately my fontforge installation is currently not working so I can't actually try to fix this at the moment.

rpspringuel avatar Mar 09 '24 20:03 rpspringuel

Yeah I agree that the above issue is probably the PDF renderer (which in this case is Adobe IIRC) i think it might be fixed if we fix the other issue too.

If this is a font issue, I have an installation of fontforge up and running, how would I go about fixing that?

Nokel81 avatar Mar 09 '24 22:03 Nokel81

There are two possibilities that need to be explored:

  1. the bar line is being placed too high. Checking this doesn’t involve any font changes, but rather playing with the way glyphraisevalue is calculated for the bar to get a slightly smaller number. If you can lower the bar line glyph without it sticking out below the bottom line of the staff, then this would be the solution.

  2. the bar line glyph is too tall. Fixing this is what would involve editing the fonts to shorten the bar line glyph.

Sent with GitHawk

rpspringuel avatar Mar 12 '24 21:03 rpspringuel