]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/fr/notation/percussion.itely
Doc-fr: typo
[lilypond.git] / Documentation / fr / notation / percussion.itely
index 10413f4e608a8714b5fb38c0a9c0265bfa6f0032..0616d1db47caa08ee21b1c58543d1289dd4d9bff 100644 (file)
@@ -1,10 +1,11 @@
 @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"
@@ -38,8 +39,7 @@ montrer le rythme d'une mélodie.
 
 @node Références en matière de notation pour percussions
 @unnumberedsubsubsec Références en matière de notation pour percussions
-@translationof References for percussion @c external
-
+@translationof References for percussion
 
 @untranslated
 
@@ -267,12 +267,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 <<