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

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

Hampes modern-straight-flag avec layout-set-staff-size = Bug connu ?


From: Ya Gloops
Subject: Hampes modern-straight-flag avec layout-set-staff-size = Bug connu ?
Date: Thu, 1 Sep 2022 16:23:37 +0000 (UTC)

Bonjour!
Problèmes de tailles de hampes, s 'agit il d'un bug connu ?
Gilles

\version "2.23.0"


note = {
  \autoBeamOff
  c8 
}


\score {
  \relative c' {  
    \note
    \override Flag.stencil = #modern-straight-flag
    \note  
    \override Flag.stencil = #old-straight-flag
    \note 
    \override Flag.stencil = #flat-flag
    \note
  }
  \layout {
    indent = 0
     #(layout-set-staff-size 60)
  }
}


\score {
  \relative c' {
    \note  
    \override Flag.stencil = #modern-straight-flag
    \note  
    \override Flag.stencil = #old-straight-flag
    \note  
    \override Flag.stencil = #flat-flag
    \note 
  }
  \layout {
    indent = 0
     #(layout-set-staff-size 11)
  }
}


reply via email to

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