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: foxfanfare
Subject: Re: A separate line for dynamics?
Date: Mon, 17 Sep 2018 15:49:34 -0700 (MST)

Thomas Morley-2 wrote
> 2018-09-17 12:40 GMT+02:00 Bernhard Kleine <

> bernhard.kleine@

> >:
>> 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
> 
> _______________________________________________
> lilypond-user mailing list

> lilypond-user@

> https://lists.gnu.org/mailman/listinfo/lilypond-user

In certain case, I find it useful to make the text seen as a dynamic:

\version "2.19.81"

legato = #(make-dynamic-script #{
  \markup {
    \with-dimensions #'(0 . 0) #'(0 . 0)
    \general-align #Y #CENTER
    \override #'(font-name . "TeXGyreSchola, Italic")
    "legato" }#})

dynOrgel = {
  {
       s2\f s4\legato
  }
}

\new Dynamics = "dynOrgel" {  \dynOrgel }




--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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