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

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

Problème de tête de notes batterie


From: Christian LE BARS
Subject: Problème de tête de notes batterie
Date: Sun, 1 Nov 2020 21:32:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

bonjour a tous.

Voila j' écris toutes mes partitions avec une police jazz "lilyjazz"

Cependant je me trouve en difficulté pour écrire une portée batterie, car lilyjazz ne reconnait pas toutes les têtes de notes ,notamment "xcircle".

Dans la doc au chapitre 2.5 Percussion: on trouve la possibilité de définir son propre style, mais je ne sais pas ou trouver tous les style de tête, ni les signes d'articulations.

Quelqu'un les connait t'ils?

Ci-dessous une partition ou j'ai écrit mes notes batterie

 (lilybin ne reconnais pas lilyjazz)


\version "2.20.0"
\paper
 {
  #(define fonts
    (set-global-fonts
     #:music "lilyjazz"
     #:brace "lilyjazz"
     #:roman "lilyjazz-text"
     #:sans "lilyjazz-chord"
     #:factor (/ staff-height pt 20)
    )
   )
 }
%--------------------------------------------------------
#(define maBatterie '
         (
          (bassdrum         default   #f            -4)
          (snare               default   #f             -1)
          (hihat                default    #f             2)
          (halfopenhihat  cross     "halfopen"  1)
          (closedhihat      cross     #f               2)
          (pedalhihat       cross     #f              -5)
          (crashcymbal   default   "open"        4)
          (ridecymbal     default   #f               4)
          (sidestick         cross     "stopped"   -1)
          (lowtom           default   #f              -2)
          (lowfloortom    default   #f             -3)
         )
 )
%-----------------------------------------------------
Nom =
\lyricmode
 {
  cymc(crashcymbal) cymr(ridecymbal) hh(highhat) hhc(closedhihat) hhho(halfopenhihat) hhp(pedalhihat)   bd(bassdrum) sn(snare)  ss(sidestick) tomh(hightom) toml(lowtom)  tomfl(lowfloortom)
 }

%----------------------------------------------
Notes =
 \drummode
 {
  cymc
  cymr
  hh
  hhc
  hhho
  hhp
  bd
  sn
  ss
  tomh
  toml
  tomfl
 }
%------------------------------------------
\score
 {
  \new DrumStaff
   \with {\remove "Bar_engraver"}
   <<
    \set DrumStaff.drumStyleTable = #(alist->hash-table maBatterie)
    \Notes
    \new Lyrics \Nom
   >>
  \layout {}
 }

  Mais je n'ai pas la tête "circle".

Peut être qu'avec des "override" je pourrais sur une note mettre le style standard?

mais qu'elle est la syntaxe?

Par avance merci pour vos réponse.

Je vous souhaite a tous un bon confinement,

cordialement

Christian





reply via email to

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