]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-drum-parts.ly
Imported Upstream version 2.12.3
[lilypond.git] / input / lsr / adding-drum-parts.ly
index 50bf6f554b1d3cba2e3c4521562850666238f901..d55dc980f7de41ac948fe4697db02d667fbc2414 100644 (file)
@@ -1,17 +1,48 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.12.3"
 
 \header {
   lsrtags = "rhythms, percussion"
- texidoc = "
-LilyPond makes drums input quite easy, with powerful pre-configured
-tools such as the @code{\\drummode} function and the @code{DrumStaff}
-context: drums are placed at their own staff positions (with a special
-clef symbol) and have note heads according to the drum. You can easily
-attach an extra symbol to the drum, and restrict the number of lines. 
-" }
-% begin verbatim
+
+  texidoces = "
+Mediante la utilización de las potentes herramientas preconfiguradas
+como la función @code{\\drummode} y el contexto @code{DrumStaff}, la
+introducción de partes para percusión es muy fácil: las percusiones se
+sitúan en sus propias posiciones de pentagrama (con una clave
+especial) y tienen las cabezas correspondientes al instrumento.  Es
+posible añadir un símbolo adicional a la percusión o reducir el número
+de líneas.
+
+"
+  doctitlees = "Escritura de partes de percusión"
+
+  texidocfr = "
+Grâce à la puissance des outils préconfigurés tels que la fonction
+@code{\\drummode} et le contexte @code{DrumStaff}, la saisie de 
+parties pour percussions est extrêmement simplifiée : chaque composant
+d'une batterie trouve sa place sur une portée dédiée (avec une clef 
+spécifique) et les têtes de note sont spécifiques à chaque élément.  
+Il est également possible d'affecter un symbole particulier à chaque 
+élément, tout comme de restreindre le nombre de lignes de la portée.
+
+"
+
+  doctitlefr = "Ajout de parties de batterie"
+
+
+  texidoc = "
+Using the powerful pre-configured tools such as the @code{\\drummode}
+function and the @code{DrumStaff} context, inputting drum parts is
+quite easy: drums are placed at their own staff positions (with a
+special clef symbol) and have note heads according to the drum.
+Attaching an extra symbol to the drum or restricting the number of
+lines is possible. 
+
+"
+  doctitle = "Adding drum parts"
+} % begin verbatim
+
 drh = \drummode { cymc4.^"crash" hhc16^"h.h." hh hhc8 hho hhc8 hh16 hh hhc4 r4 r2 }
 drl = \drummode { bd4 sn8 bd bd4 << bd ss >>  bd8 tommh tommh bd toml toml bd tomfh16 tomfh }
 timb = \drummode { timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb }
@@ -23,16 +54,16 @@ timb = \drummode { timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb }
       \override StaffSymbol #'line-count = #2
       \override BarLine #'bar-size = #2
     } <<
-      \set Staff.instrumentName = "timbales"
+      \set Staff.instrumentName = #"timbales"
       \timb
     >>
     \new DrumStaff <<
-      \set Staff.instrumentName = "drums"
+      \set Staff.instrumentName = #"drums"
       \new DrumVoice { \stemUp \drh }
       \new DrumVoice { \stemDown \drl }
     >>
   >>
-  \layout {}
+  \layout { }
   \midi {
     \context {
       \Score
@@ -40,3 +71,4 @@ timb = \drummode { timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb }
     }
   }
 }
+