lilypond-user
[Top][All Lists]
Advanced

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

Re: A separate line for dynamics?


From: Thomas Morley
Subject: Re: A separate line for dynamics?
Date: Mon, 17 Sep 2018 22:44:39 +0200

2018-09-17 12:40 GMT+02:00 Bernhard Kleine <address@hidden>:
> I found it.
> However without the -"legato" the \f is centered , with the -"legato" it is
> not. How to draw them on the same line?
>
> dynOrgel = {
>   {
>        s2\f s4-"legato"
>   }
> }
>

\new Dynamics = "dynOrgel"
  \with { \override TextScript.Y-offset = #(scale-by-font-size -0.6) }
{  \dynOrgel }

See:
http://lists.gnu.org/archive/html/bug-lilypond/2018-08/msg00061.html

Cheers,
  Harm



reply via email to

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