"Javier Ruiz-Alma" <jav...@ruiz-alma.com> writes: > Need troubleshooting help with a two-line markup block. > > > > The block is used for the copyright statement in scores published by Mutopia > and has to remain dimensionally stable over a wide range of possible > staff-sizes. > > To accomplish this, \abs-fontsize characters and \override #'(baseline-skip > . 0 ) was used in an attempt to minimize any horizontal and vertical scaling > with the various staff-size submitted for publication. > > > > With v2.18.2, I noticed (baseline-skip . 0 ) no longer renders with zero > space between lines of text, as it did with 2.14.2 and 2.16.1. A separator > bar made up of two stacked vertical text bars now renders with a hairline > in-between. Is there a way to remove this added padding?
It would appear to be at least correlated to <URL:https://code.google.com/p/lilypond/issues/detail?id=3483>, versionĀ 2.17.24 (it is easy to do git revert 6e8698dcb9a9b9a98d8b1a644c84fcb737f99bdc in order to experiment with this). It is not clear to me what the exact relation is, however. It may be that the problem just surfaces with different sizes. The change results in pango_font_description_set_size receiving numbers that are rounded rather than truncated, so pango_font_description_set_size will receive a number that may be larger by up to 0.5 than the exact number. I would think that this does not affect the overall problem but will likely change the cases where those are most prevalent. I might be mistaken here, however. That would warrant experimentation. -- David Kastrup _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user