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

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

Re: modern-straight-flag et layout-set-staff-size


From: Gloops
Subject: Re: modern-straight-flag et layout-set-staff-size
Date: Tue, 24 Nov 2020 12:26:00 -0700 (MST)

Bonjour!
Je suis allé sur le groupe Facebook de Lilypond et il s'agit d'un bug connu
depuis longtemps...
Voici la solution si ça intéresse quelqu'un !

%%%%
\version "2.20.0"

music = {c''16}

\score {
   { \override Flag.stencil = #modern-straight-flag
     \music
   }
   \layout {
     \context {
       \Staff
     \magnifyStaff #(magstep 0)
     }
   }
}

\score {
   { \override Flag.stencil = #modern-straight-flag
     \music
   }
   \layout {
     \context {
       \Staff
     \magnifyStaff #(magstep 13)
     }
   }
}
%%%%%



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



reply via email to

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