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

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

Re: guitare : percu, notes étouffées...


From: Gerard_F
Subject: Re: guitare : percu, notes étouffées...
Date: Tue, 20 Jun 2023 18:32:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0

Bonne piste !

Je vais cogiter ça...

Merci beaucoup

G.

Le 20/06/2023 à 18:23, Martial R a écrit :
On  peut aussi faire avec les têtes de note à disposition
http://lilypond.org/doc/v2.24/Documentation/notation/the-emmentaler-font#special-note-head-glyphs

%------------------------------------------------
%par exemple
caisse = \tweak NoteHead.style#'xcircle \etc
etouff = \tweak NoteHead.style #'triangle \etc

musique =  \relative { c'4 \etouff <c e g>  g \caisse c }

\score
{
   <<
       \new Voice = "first" { \clef "G_8" \musique }
      \new TabStaff <<
       \new TabVoice = "first" { \clef tab \musique }
      >>
   >>
  \layout {}
}

  \markup { \raise #0.5 \musicglyph "noteheads.s1triangle"  "étouffer avec
la main droite"}
   \markup { \raise #0.5 \musicglyph "noteheads.s2xcircle"  "percu sur la
caisse" }

%---------------------------------------------------------

Cordialement




reply via email to

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