[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: collision between markups and music
From: |
Erik Sandberg |
Subject: |
Re: collision between markups and music |
Date: |
Sun, 20 Feb 2005 13:46:58 +0100 |
User-agent: |
KMail/1.7.1 |
On Saturday 19 February 2005 16.24, Nicolas Sceaux wrote:
> Lily used to move markups so that they do not collide with music. This
> example is from Lily 2.5.2:
>
> <http://nicolas.sceaux.free.fr/lilypond/markup-offset-2.5.2.png>
>
> With current LilyPond, the markups are not moved anymore. The same
> example, running LilyPond from CVS:
>
> <http://nicolas.sceaux.free.fr/lilypond/markup-offset-2.5.12.png>
>
> This looks like a regression, unless I'm missing something obvious?
It seems that the "" in the markup is ignored (or at least, it doesn't affect
the bounding box of the markup). If you change it to " ", it works as you
would expect.
IMHO, this hack shouldn't work in an ideal lilypond; bounding box calculations
should be based on occurence of non-white pixels. Why don't you use padding
instead?
Erik