]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/percussion.itely
Doc-fr: NR-2.4-fretted strings
[lilypond.git] / Documentation / fr / notation / percussion.itely
index 6d0b9ad45618881559787ad632c3be0b3c1ecd36..0e1efd38f002c2ad0d68a1635dada90b3e258e33 100644 (file)
@@ -1,13 +1,14 @@
 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
 
 @ignore
-    Translation of GIT committish: bdf8540b74167817eab96ed3d13b35477217f9fe
+    Translation of GIT committish: ddf2c9d0e18c6ada1d14d5554f3adb8d972d84d5
 
     When revising a translation, copy the HEAD committish of the
-    version that you are working on.  See TRANSLATION for details.
+    version that you are working on.  For details, see the Contributors'
+    Guide, node Updating translation committishes..
 @end ignore
 
-@c \version "2.12.0"
+@c \version "2.15.10"
 
 @c Translators: Valentin Villenave
 @c Translation checkers: Jean-Charles Malahieude, John Mandereau
@@ -17,7 +18,7 @@
 @translationof Percussion
 
 @menu
-* Vue d'ensemble des percussions::  
+* Vue d'ensemble des percussions::
 @end menu
 
 @node Vue d'ensemble des percussions
@@ -30,10 +31,10 @@ montrer le rythme d'une mélodie.
 
 
 @menu
-* Références en matière de notation pour percussions::   
-* Notation de base pour percussions::   
-* Portées de percussion::           
-* Notes fantômes::                 
+* Références en matière de notation pour percussions::
+* Notation de base pour percussions::
+* Portées de percussion::
+* Notes fantômes::
 @end menu
 
 @node Références en matière de notation pour percussions
@@ -64,8 +65,8 @@ fichier LilyPond, un nom complet et un nom raccourci.
 @end lilypond
 
 
-Ces noms sont inventoriés dans le fichier d'initialisation 
-@file{ly/@/drumpitch@/-init@/.ly}.
+Ces noms sont inventoriés dans le fichier d'initialisation
+@file{ly/drumpitch-init.ly}.
 @c TODO: properly document this.
 
 
@@ -101,7 +102,7 @@ L'exemple ci-dessus montre une notation polyphonique détaillée.  La
 notation polyphonique abrégée peut être employée lorsque le contexte
 @rinternals{DrumVoice} est spécifié explicitement :
 
-@lilypond[quote,ragged-right,fragment,verbatim]
+@lilypond[quote,ragged-right,verbatim]
 \new DrumStaff <<
   \new DrumVoice = "1" { s1 *2 }
   \new DrumVoice = "2" { s1 *2 }
@@ -117,7 +118,7 @@ notation polyphonique abrégée peut être employée lorsque le contexte
 @end lilypond
 
 On peut choisir d'autres mises en forme si l'on définit la propriété
-@code{drumStyleTable} dans le contexte @rinternals{DrumVoice}.  
+@code{drumStyleTable} dans le contexte @rinternals{DrumVoice}.
 Quelques variables prédéfinies sont disponibles :
 
 @table @code
@@ -137,6 +138,7 @@ mus = \drummode {
        \remove Bar_engraver
        \remove Time_signature_engraver
        \override Stem #'transparent = ##t
+       \override Flag #'transparent = ##t
        \override Stem #'Y-extent = ##f
        \override VerticalAxisGroup #'minimum-Y-extent = #'(-4.0 . 5.0)
      } \mus
@@ -170,6 +172,7 @@ mus = \drummode { timh ssh timl ssl cb s16 }
     \remove Bar_engraver
     \remove Time_signature_engraver
     \override Stem #'transparent = ##t
+    \override Flag #'transparent = ##t
     \override Stem #'Y-extent = ##f
     \override StaffSymbol #'line-count = #2
     \override StaffSymbol #'staff-space = #2
@@ -200,6 +203,7 @@ mus = \drummode { cgh cgho cghm ssh cgl cglo cglm ssl s16 }
     %% this sucks; it will lengthen stems.
     \override StaffSymbol #'staff-space = #2
     \override Stem #'transparent = ##t
+    \override Flag #'transparent = ##t
     \override Stem #'Y-extent = ##f
   } \mus
   \new Lyrics {
@@ -227,6 +231,7 @@ mus = \drummode { boh boho bohm ssh bol bolo bolm ssl s16 }
     %% this sucks; it will lengthen stems.
     \override StaffSymbol #'staff-space = #2
     \override Stem #'transparent = ##t
+    \override Flag #'transparent = ##t
     \override Stem #'Y-extent = ##f
   } \mus
   \new Lyrics {
@@ -251,6 +256,7 @@ mus = \drummode { tri trio trim gui guis guil cb cl tamb cab mar hc s16 }
     \override StaffSymbol #'line-count = #1
     \remove Time_signature_engraver
     \override Stem #'transparent = ##t
+    \override Flag #'transparent = ##t
     \override Stem #'Y-extent = ##f
   } \mus
   \new Lyrics {
@@ -266,12 +272,13 @@ de définir le vôtre en début de fichier.
 
 @lilypond[quote,ragged-right,verbatim]
 #(define mydrums '(
-         (bassdrum     default   #f         -1)
-         (snare        default   #f         0)
-         (hihat        cross     #f         1)
-         (pedalhihat   xcircle   "stopped"  2)
-         (lowtom       diamond   #f         3)))
-up = \drummode { hh8 hh hh hh hhp4 hhp }
+         (bassdrum        default   #f           -1)
+         (snare           default   #f           0)
+         (hihat           cross     #f           1)
+         (halfopenhihat   cross     "halfopen"   1)
+         (pedalhihat      xcircle   "stopped"    2)
+         (lowtom          diamond   #f           3)))
+up = \drummode { hh8 hh hhho hhho hhp4 hhp }
 down = \drummode { bd4 sn bd toml8 toml }
 
 \new DrumStaff <<
@@ -283,7 +290,7 @@ down = \drummode { bd4 sn bd toml8 toml }
 
 
 @seealso
-Fichier d'initialisation : @file{ly/@/drumpitch@/-init@/.ly}.
+Fichier d'initialisation : @file{ly/drumpitch-init.ly}.
 
 Référence du programme : @rinternals{DrumStaff}, @rinternals{DrumVoice}.
 
@@ -306,9 +313,10 @@ grâce à la commande @code{\parenthesize} décrite dans
 @ref{Parenthèses}. Cependant, le mode @code{\drummode} n'inclut pas par
 défaut le graveur @code{Parenthesis_engraver} qui permet d'imprimer ces
 signes.  Il faut donc l'ajouter explicitement dans la définition du
-contexte, suivant la manœuvre indiquée dans @ref{La commande de fixation (set)}.
+contexte, suivant la manœuvre indiquée dans 
+@ref{La commande de fixation (set)}.
 
-@lilypond[quote,ragged-right,verbatim,fragment]
+@lilypond[quote,ragged-right,verbatim]
 \new DrumStaff \with {
   \consists "Parenthesis_engraver"
 } <<