]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/changing-the-chord-names-to-german-or-semi-german-notation.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / changing-the-chord-names-to-german-or-semi-german-notation.ly
index 35f869cf34fc2d09eaf103d0c99c9cf3f3dbda29..6c13889962226819e127340b0cc02590c6188f72 100644 (file)
@@ -1,10 +1,20 @@
 %% 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.50"
+\version "2.13.1"
 
 \header {
   lsrtags = "chords"
 
+%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
+  texidoces = "
+La nomenclatura inglesa (predeterminada) para los acordes del
+cifrado americano se puede cambiar por la alemana
+(@code{\\germanChords} sustituye B y Bes por H y B) o por la semi-alemana
+(@code{\\semiGermanChords} sustituye B y Bes por H y Bb).
+
+"
+  doctitlees = "Cambiar la nomenclatura de los acordes del cifrado americano por la notaciĆ³n alemana o semi-alemana"
+
   texidoc = "
 The english naming of chords (default) can be changed to german 
 (@code{\\germanChords} replaces B and Bes to H and B) or semi-german 
@@ -16,6 +26,7 @@ The english naming of chords (default) can be changed to german
 "
   doctitle = "Changing the chord names to German or semi-German notation"
 } % begin verbatim
+
 music = \chordmode {
   c1/c cis/cis
   b/b bis/bis bes/bes
@@ -42,3 +53,4 @@ music = \chordmode {
     \semiGermanChords \music }
   \context Voice { \music }
 >>
+