X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-drum-parts.ly;h=a290166166ed65e9d3cd552c1ccbcc5dadd6314b;hb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;hp=7114f7b59781c6256df6e11b63e150d19aa8aa1e;hpb=84b8bdebe095fe005a330d26807449bf940867b0;p=lilypond.git diff --git a/Documentation/snippets/adding-drum-parts.ly b/Documentation/snippets/adding-drum-parts.ly index 7114f7b597..a290166166 100644 --- a/Documentation/snippets/adding-drum-parts.ly +++ b/Documentation/snippets/adding-drum-parts.ly @@ -4,10 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.15.20" +\version "2.15.32" \header { - lsrtags = "rhythms, percussion" + lsrtags = "preparing-parts, specific-notation, percussion, really-simple, rhythms" %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " @@ -23,7 +23,7 @@ de líneas. doctitlees = "Escritura de partes de percusión" -%% Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " Grâce à la puissance des outils préconfigurés tels que la fonction @code{\\drummode} et le contexte @code{DrumStaff}, la saisie de @@ -49,6 +49,7 @@ 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 } @@ -71,10 +72,7 @@ timb = \drummode { timh4 ssh timl8 ssh r timh r4 ssh8 timl r4 cb8 cb } >> \layout { } \midi { - \context { - \Score - tempoWholesPerMinute = #(ly:make-moment 120 4) - } + \tempo 4 = 120 } }