Re: Vertical alignment of markup in Dynamics context

2020-04-18 Thread Stephan Schöll
Kieren Perfect, this helps, indeed. Thanks a lot! Stephan Am 14.04.2020 um 22:53 schrieb Kieren MacMillan: > Hi Stephan, > >> Searching the LSR with "DynamicText" leads me to >> http://lsr.di.unimi.it/LSR/Snippet?id=393 and further on to >> http://lsr.di.unimi.it/LSR/Snippet?id=739 >> Both solve

Re: Vertical alignment of markup in Dynamics context

2020-04-14 Thread Kieren MacMillan
Hi Aaron, > You need to escape the hyphens: make\-dynamic\-script [1] > [1]: http://lsr.di.unimi.it/LSR/Search?q=make%5C-dynamic%5C-script Ah! I was wondering about that… > If you have not already, review the LilyPond NR [2] which discusses the topic. > [2]: > http://lilypond.org/doc/v2.20/Doc

Re: Vertical alignment of markup in Dynamics context

2020-04-14 Thread Kieren MacMillan
Hi Stephan, > Searching the LSR with "DynamicText" leads me to > http://lsr.di.unimi.it/LSR/Snippet?id=393 and further on to > http://lsr.di.unimi.it/LSR/Snippet?id=739 > Both solve the problem for a string *preceding* the dynamic symbol > (text + dynamic) but not for dynamic + text. Same concept

Re: Vertical alignment of markup in Dynamics context

2020-04-14 Thread Aaron Hill
On 2020-04-14 1:34 pm, Stephan Schöll wrote: When I try to search the LSR with a search string containing dashes like "make-dynamic-script" I get an error caused by the code injection prevention parsing... You need to escape the hyphens: make\-dynamic\-script [1] [1]: http://lsr.di.unimi.it/

Re: Vertical alignment of markup in Dynamics context

2020-04-14 Thread Stephan Schöll
Hi Kieren Thanks. Duckduckgo-Searching for "lilypond DynamicText" leads me to https://lilypond.org/doc/v2.18/Documentation/internals/dynamictext. Sorry, I'm no scheme programmer. No clue how this could be applied to my problem. Searching the LSR with "DynamicText" leads me to http://lsr.di.unimi

Re: Vertical alignment of markup in Dynamics context

2020-04-14 Thread Kieren MacMillan
Hi Stephan, > Works great unless I need extended dynamics > as "dolce" or "più" written with the help of \markup {}. Don’t make them markup (TextScript) — make them dynamics (DynamicText). There are lots of examples of how to do this in the documentation, list archive(s), and on the web (LSR, et