]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-strum-rhythms.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / guitar-strum-rhythms.ly
index a5b7ae3139bd1f37f441a5b786270b37fdaa455a..7755779615936db6ef7cf2068e28883868bcade8 100644 (file)
@@ -1,38 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.31"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms, fretted-strings"
-
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  texidoces = "
-Para la música de guitarra, es posible mostrar los ritmos de rasgueo,
-además de las notas de la melodía, acordes y diagramas de posiciones.
-
-"
-  doctitlees = "Ritmos rasgueados de guitarra"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-In Gitarrennotation kann neben Melodie, Akkordbezeichnungen und
-Bunddiagrammen auch der Schlagrhythmus angegeben werden.
-
-"
-  doctitlede = "Schlagrhythmus für Gitarren"
-
-
-
-%% Translation of GIT committish: 015b8e65e5e9a74cea1618b597402b5b74f89b89
-  texidocfr = "
-En matière de notation pour guitare, il arrive que soient indiqués les
-@qq{coups de gratte} en plus de la mélodie, grilles d'accords et
-diagrammes de tablature.
-
-"
-  doctitlefr = "Rythmique et guitare"
+  lsrtags = "fretted-strings, rhythms"
 
   texidoc = "
 For guitar music, it is possible to show strum rhythms, along with
@@ -42,6 +17,7 @@ melody notes, chord names and fret diagrams.
   doctitle = "Guitar strum rhythms"
 } % begin verbatim
 
+
 \include "predefined-guitar-fretboards.ly"
 <<
   \new ChordNames {
@@ -80,4 +56,3 @@ melody notes, chord names and fret diagrams.
     }
   }
 >>
-