lilypond-user-fr
[Top][All Lists]
Advanced

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

Re: Lilyjazz et layout-set-staff-size


From: Jean Abou Samra
Subject: Re: Lilyjazz et layout-set-staff-size
Date: Tue, 9 Mar 2021 21:20:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1


Le 09/03/2021 à 11:33, fremoin a écrit :
reBonjour,

Hum, rien de tel que de poser la question en public pour trouver une réponse
soi-même...
Suffirait-il de définir à nouveau les polices utilisées ? :

  %%%%%%%%%%
\version "2.22.0"

#(set-global-staff-size 21)

\include "lilyjazz.ily"

\score {
     { b'4  ^"lilyjazz"  8 16 32^\markup \musicglyph #"scripts.segno" }
}

\score {
   { b'4  ^"lilyjazz aussi" 8 16 32^\markup \musicglyph #"scripts.segno" }
   \layout  {
     #(layout-set-staff-size 18)
     #(define fonts
        (set-global-fonts
         #:music "lilyjazz"
         #:brace "lilyjazz"
         #:roman "lilyjazz-text"
         #:sans "lilyjazz-chord"
         #:factor (/ staff-height pt 20)
         ))
   }
}
%%%%%%%%%%

Cordialement,
Frédéric

Bonjour,

C'est un vieux bug :

https://gitlab.com/lilypond/lilypond/-/issues/1129

Cordialement,
Jean




reply via email to

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