]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/guitar-strum-rhythms.ly
Doc: CG: add "find emergencies" to major release list.
[lilypond.git] / Documentation / snippets / guitar-strum-rhythms.ly
index 06fe1834f54119abe0a28cc0c4135fb435098eab..ce0d83a0f213cd88853838f10c1357d91b2a31fd 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.10"
 
 \header {
   lsrtags = "rhythms, fretted-strings"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5
   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.
@@ -44,12 +44,12 @@ melody notes, chord names and fret diagrams.
 <<
   \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 {
@@ -78,3 +78,4 @@ melody notes, chord names and fret diagrams.
     }
   }
 >>
+