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

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

Re: Guidons altérés


From: NOreply
Subject: Re: Guidons altérés
Date: Thu, 24 Jan 2019 13:04:52 -0700 (MST)

Bonsoir Bernard,
Je te propose une solution pour les guidons altérés. Il faut ajouter le
bémol ou le dièse manuellement, cela n'est pas automatique, mais ça
fonctionne.

Voir ici : http://lilybin.com/syj63j/1 

Le code
%%%%%%%%%%%%%%%
\version "2.18.2"
guiBEMOL = { \override Staff.Custos.stencil = #ly:text-interface::print
\override Staff.Custos.text = \markup { \musicglyph #"accidentals.flat" 
      \musicglyph #"custodes.mensural.u0" } }
    
    guiDIESE = { \override Staff.Custos.stencil = #ly:text-interface::print
\override Staff.Custos.text = \markup { \musicglyph #"accidentals.sharp" 
      \musicglyph #"custodes.mensural.u0" } }
          
\score {
  \relative c'' {
  g c, a' f \guiBEMOL \break
  es' a g f \guiDIESE \break
  bis, f a g
  }
  \layout {
    \context {
      \Staff
      \consists "Custos_engraver"
      \override Custos.style = #'mensural
    }
  }
} 

% A bientôt
% ; = )




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



reply via email to

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