lilypond-user
[Top][All Lists]
Advanced

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

Re: Custom dynamic mark on several lines


From: Claire Meyer
Subject: Re: Custom dynamic mark on several lines
Date: Sun, 30 Aug 2020 22:29:22 +0200

Thank you very much ! Would you know as well how to center it vertically on the second line ?

On Sun, Aug 30, 2020 at 10:12 PM Aaron Hill <lilypond@hillvisions.com> wrote:
On 2020-08-30 12:59 pm, Claire Meyer wrote:
> Hello,
>
> I was wondering if I could write a custom dynamic mark on several
> lines.
> Something along the lines of :
>
> dals = \tweak DynamicText.self-alignment-X #CENTER
> #(make-dynamic-script
> (markup #:normal-text "l1"
> #:normal-text "l2"
> #:normal-text "l3"
> ))
>
> Where l1 is on line 1, l2 is on line 2, and l3 is on line 3. Can
> someone
> help me ?

You should be able to use \column:

%%%%
dals = \tweak DynamicText.self-alignment-X #CENTER
#(make-dynamic-script #{ \markup \normal-text \column { 11 12 13 } #})
%%%%


-- Aaron Hill


reply via email to

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