Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
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

Re: Make dynamic script with long text

2019-01-10 Thread Thomas Morley
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

Re: Make dynamic script with long text

2019-01-10 Thread 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) #(make-dynamic-script ppecrescText) This idea came from a post from 2017. htt

Re: Make dynamic script with long text

2019-01-10 Thread Andrew Bernard
Hi Trevor, Really? Makes no difference at all in my MWE. Even afer correcting for the '=' sign in the tweak. Did you try it? What do I not see a result? Andrew On Thu, 10 Jan 2019 at 23:35, Trevor wrote: > > > -- Original Message -- > From: "Andrew Bernard" > To: "lilypond-user Mail

Re: Make dynamic script with long text

2019-01-10 Thread Trevor
-- 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 is all well and good, except I would