Comment #14 on issue 3544 by [email protected]: Docs: update in response
to \hspace changes
http://code.google.com/p/lilypond/issues/detail?id=3544
Unfortunately, the solution in comment #10 lets 'dolce' collides with notes
{ d'2 \mpdolce g2 }
because I fixed \with-dimensions to behave as requested in issue 3255.
I left \pad-x alone, so it affects the extents for stencil-combination
only, not those for skylines. If we want the graphic "mp dolce" with the
extents of the "mp" used for purposes of centering, in version 2.18, we
can:
mpdolce =
#(make-dynamic-script
#{ \markup \combine \pad-x #-99 \line { mp \normal-text \italic dolce }
\transparent mp #})
The solution in the commit is fine, of course.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings