lilypond-user
[Top][All Lists]
Advanced

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

Re: dynamics and line spanning


From: David Kastrup
Subject: Re: dynamics and line spanning
Date: Wed, 20 Jun 2018 11:26:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Reilly Farrell <address@hidden> writes:

> Hi All,
>
> Is there an easy way to configure dynamics and markup text so that they
> occupy they share the same vertical alignment relative to the staff?  My
> hope is that I can align regular dynamic marks with special dynamic
> instructions (\cresc won't cut it in this case) as seamlessly as possible.
> Example below:
>
> c1\p c1 c1\markup{\italic { cresc. poco a poco } } c1
>
> Any assistance is appreciated.  Thank you!

{
  c1\p c1 c1$(make-dynamic-script #{ \markup \normal-text \italic \line { 
cresc. poco a poco } #})
  c1
}

-- 
David Kastrup



reply via email to

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