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: fremoin
Subject: Re: Lilyjazz et layout-set-staff-size
Date: Tue, 9 Mar 2021 03:33:59 -0700 (MST)

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



--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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