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 _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
