lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Vertical alignment of markup in Dynamics context


From: Kieren MacMillan
Subject: Re: Vertical alignment of markup in Dynamics context
Date: Tue, 14 Apr 2020 16:53:51 -0400

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, just reverse the order of elements:

\version "2.19.83"
ppSub = -\tweak self-alignment-X #-0.65 #(make-dynamic-script (markup #:line 
(#:dynamic "pp" #:normal-text #:italic "sub.")))
{ c'1\ppSub }

Hope that helps!
Kieren.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]