]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-strum-rhythms.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / guitar-strum-rhythms.ly
index 1adb20fc049ed011cbafab9b159db6007cd70321..fabd734474f909d1c65ea2a86cc1e795cd21d576 100644 (file)
@@ -1,11 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms, fretted-strings"
+  lsrtags = "fretted-strings, rhythms"
 
-%% Translation of GIT committish: 4c465c44a037a2a9570964bde1ce64c1cb15014f
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   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.
@@ -13,23 +17,25 @@ además de las notas de la melodía, acordes y diagramas de posiciones.
 "
   doctitlees = "Ritmos rasgueados de guitarra"
 
-%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
   texidocde = "
-In Guitarrennotation kann neben Melodie, Akkordbezeichnungen und
+In Gitarrennotation kann neben Melodie, Akkordbezeichnungen und
 Bunddiagrammen auch der Schlagrhythmus angegeben werden.
 
 "
-  doctitlede = "Schlagrhythmus für Guitarren"
+  doctitlede = "Schlagrhythmus für Gitarren"
+
 
 
-%% Translation of GIT committish: fa7695ea860d7ab2db86581dd5f8bc4f413f6705
+%% 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.
 
 "
-  doctitlede = "Rythmique et guitare"
+  doctitlefr = "Rythmique et guitare"
 
   texidoc = "
 For guitar music, it is possible to show strum rhythms, along with
@@ -39,16 +45,17 @@ melody notes, chord names and fret diagrams.
   doctitle = "Guitar strum rhythms"
 } % begin verbatim
 
+
 \include "predefined-guitar-fretboards.ly"
 <<
   \new ChordNames {
     \chordmode {
-      c1 f g c
+      c1 | f | g | c
     }
   }
   \new FretBoards {
     \chordmode {
-      c1 f g c
+      c1 | f | g | c
     }
   }
   \new Voice \with {
@@ -77,3 +84,4 @@ melody notes, chord names and fret diagrams.
     }
   }
 >>
+