lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Column line spacing changed with 2.18


From: David Kastrup
Subject: Re: Column line spacing changed with 2.18
Date: Tue, 29 Jul 2014 11:10:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

"Javier Ruiz-Alma" <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]