Andrew, you wrote 11/01/2019 00:50:24
Subject: Re: Make dynamic script with long text
Here is an interesting technical documentation issue, which is that I
had no idea this has anything to do with extra-spacing-width, and only
hit on it after long searches of the web and the archives, then
Hello Harm,
This is totally brilliant, and works perfectly.
Here is an interesting technical documentation issue, which is that I had
no idea this has anything to do with extra-spacing-width, and only hit on
it after long searches of the web and the archives, then based on
somebody's guess. Someh
Am Do., 10. Jan. 2019 um 15:56 Uhr schrieb Andrew Bernard
:
>
> Hmm. Adding extra-spacing-width seems to work.
>
> ppecrescText = \markup {
> \normal-text \italic "pp e cresc ..."
> }
> ppecresc = \tweak DynamicText.self-alignment-X #LEFT
> \tweak DynamicText.extra-spacing-width #'(0 . -20)
> #(m
;Andrew Bernard"
To: "Trevor"
Cc: "lilypond-user Mailinglist"
Sent: 10/01/2019 14:10:16
Subject: Re: Make dynamic script with long text
Hi Trevor,
Really? Makes no difference at all in my MWE. Even afer correcting for
the '=' sign in the tweak. Did you try
Hmm. Adding extra-spacing-width seems to work.
ppecrescText = \markup {
\normal-text \italic "pp e cresc ..."
}
ppecresc = \tweak DynamicText.self-alignment-X #LEFT
\tweak DynamicText.extra-spacing-width #'(0 . -20)
#(make-dynamic-script ppecrescText)
This idea came from a post from 2017.
htt
nard"
> To: "lilypond-user Mailinglist"
> Sent: 10/01/2019 12:12:19
> Subject: Make dynamic script with long text
>
> Using make-dynamic-script generally works well for me. But now I need to
> have "pp e cresc...". This is all well and good, except I would
-- Original Message --
From: "Andrew Bernard"
To: "lilypond-user Mailinglist"
Sent: 10/01/2019 12:12:19
Subject: Make dynamic script with long text
Using make-dynamic-script generally works well for me. But now I need
to have "pp e cresc...". This
Using make-dynamic-script generally works well for me. But now I need to
have "pp e cresc...". This is all well and good, except I would like the
dynamic text to run across the span barlines. The following MWE shows what
I have. The text shies away from the span barline and pushes things around.
I