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

Re: make-dynamic-script shows mysterious aligning behaviour

2007-02-05 Thread Roland Goretzki
Hello list, hello Joe, You wrote: > On 2/2/07, Roland Goretzki <[EMAIL PROTECTED]> wrote: > > [ ... ] > >In the following I've listed the lower case characters, which show a > >different behaviour ( > > 1. with "?" they are aligned about .4 or .5 staff spaces > > too high, > > 2. with "." t

Re: make-dynamic-script shows mysterious aligning behaviour

2007-02-04 Thread Joe Neeman
On 2/2/07, Roland Goretzki <[EMAIL PROTECTED]> wrote: Hi at all, (using version 2.10.14) make-dynamic-script is a nice feature, but there seems to be a bug, from which I don't know, wether it is a lilypond bug or a font bug or something like that: If You have a crescendoText and then an own dy

Re: #(make-dynamic-script) [TIP/TRICK/FUNCTION]

2006-06-05 Thread Kieren MacMillan
Hi, everyone! Graham offered: Seriously, I don't know how to do this, but a set of tips on how to produce easily-used and beautiful "sub p" / "f espr" / etc signs would be of great value to many people (including me). Please consider figuring this out, and if necessary adding patches to li

Re: #(make-dynamic-script)

2006-06-01 Thread Kieren MacMillan
Hi, Graham: Hey, weren't you asking for suggestions for hacking lilypond? ;) In a sense, I already have a million ideas on how to hack Lilypond! ;-) The problem is figuring out the best way to start, from a learning- curve-plus-community-benefit perspective. a set of tips on how to produ

Re: #(make-dynamic-script)

2006-06-01 Thread Graham Percival
On 31-May-06, at 4:01 AM, Kieren Richard MacMillan wrote: subPTrans = #(make-dynamic-script (markup #:hspace 0 #:translate (cons 4 0) #:line(#:normal-text #:italic "sub." #:hspace -0.3 #:dynamic "p" ))) However, I find that the extra padding is irritating -- for example, with a leading

Re: #(make-dynamic-script)

2006-05-31 Thread Kieren Richard MacMillan
Hi, Vivian: What I would really like to do, though, is make a dynamic mark that included normal text (specifically "sub p" or "sub f") subP = #(make-dynamic-script (markup #:line(#:normal-text #:italic "sub." #:hspace -0.3 #:dynamic "p" ))) [Note that I put in the #:hspace -0.3 because