]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-chord-names-to-german-or-semi-german-notation.ly
Issue 3468: lilypond-book and spaces in application name
[lilypond.git] / Documentation / snippets / changing-the-chord-names-to-german-or-semi-german-notation.ly
index 374813565a1e546aa6551f360db4148c41afcc02..26cc5d92ecc2bb82e1e5b82b96dee4e18506aaa2 100644 (file)
@@ -4,21 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \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 }
 >>
-