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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to