]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly
Fix "make top-doc" (and thus "make dist") on clean build tree
[lilypond.git] / Documentation / snippets / changing-the-chord-names-to-german-or-semi-german-notation.ly
index 374813565a1e546aa6551f360db4148c41afcc02..7cd5d1042834b48249df3c767e152eebe9cae271 100644 (file)
@@ -9,16 +9,6 @@
 \header {
   lsrtags = "chords, really-simple"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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 with H and B) or semi-german
@@ -61,4 +51,3 @@ music = \chordmode {
     \semiGermanChords \music }
   \context Voice { \music }
 >>
-