[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes |
Date: |
Tue, 17 Sep 2013 17:44:57 +0000 |
Comment #14 on issue 3544 by address@hidden: 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
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, (continued)
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/16
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/16
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/16
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes, lilypond, 2013/09/17
- Re: [Lilypond-auto] Issue 3544 in lilypond: Docs: update in response to \hspace changes,
lilypond <=