]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/single-staff-template-with-notes,-lyrics,-chords-and-frets.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / single-staff-template-with-notes,-lyrics,-chords-and-frets.ly
index e27e1ec21c16577010ca41f52bbb61da996d1049..e67156b7c56d103bf1cb5a60ba3f10015d208d29 100644 (file)
@@ -1,10 +1,11 @@
 %% 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.52"
+\version "2.13.1"
 
 \header {
   lsrtags = "vocal-music, chords, template"
 
+%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
   texidoces = "
 Presentamos a continuación un ejemplo de plantilla para una hoja
 guía de acordes con melodía, letra, acordes y diagramas de
@@ -20,13 +21,14 @@ fret diagrams.
 "
   doctitle = "Single staff template with notes, lyrics, chords and frets"
 } % begin verbatim
+
 % Define the fret diagrams to be used
 cFretDiagram = \markup {
-  \fret-diagram #"5-3-3;4-2-2;3-o;2-1-1;1-o"
+  \fret-diagram #"6-x;5-3-3;4-2-2;3-o;2-1-1;1-o;"
 }
 
 gFretDiagram = \markup {
-  \fret-diagram #"6-3-2;5-2-1;4-o;3-o;2-o;1-3-3"
+  \fret-diagram #"6-3-2;5-2-1;4-o;3-o;2-o;1-3-3;"
 }
 
 verseI = \lyricmode {
@@ -72,3 +74,4 @@ staffMelody = \new Staff  {
   \layout { }
   \midi { }
 }
+