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

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

Re: Diminuer la taille des notes d'agrément


From: NOreply
Subject: Re: Diminuer la taille des notes d'agrément
Date: Tue, 20 Jun 2017 08:14:49 -0700 (MST)

Bonjour,
Oui :
\version "2.18.2"
\score {
  \layout {
    \context {
      \Score
      \with{
        $(add-grace-property 'Voice 'NoteHead 'font-size '-5)      %taille
tete
        $(add-grace-property 'Voice 'Flag 'font-size '-5)                 
%taille du crochet
        $(add-grace-property 'Voice 'Stem 'length '4)                      
%taille de la hampe: SANS LIGATURE
        $(add-grace-property 'Voice 'Stem 'length-fraction '0.7)      
%taille hampe: UNIQUEMENT AVEC LIGATURE
        $(add-grace-property 'Voice 'Stem 'thickness '0.8)               %
épaisseur de la hampe
        $(add-grace-property 'Voice 'Beam 'beam-thickness '0.3)   
%épaisseur de la ligature 
      }
    }
  }
\new Staff 
  { 
  \appoggiatura { d'8 e' } 
  c'4
\grace d'8  e'4   
  }
}




--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Diminuer-la-taille-des-notes-d-agrement-tp7585003p7585005.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

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