]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-chord-separator.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / changing-chord-separator.ly
index abe5168879c1ac5e3ec7af80acb63d19df45dab3..3e02b65b431ff6499ac9fb53040514b3ba85ff28 100644 (file)
@@ -4,28 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  texidoces = "
-Se puede establecer el separador entre las distintas partes del
-nombre de un acorde para que sea cualquier elemento de marcado.
-
-"
-  doctitlees = "Modificación del separador de acordes"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
-beliebiger Text sein.
-
-"
-  doctitlede = "Akkordsymboltrenner verändern"
-
   texidoc = "
 The separator between different parts of a chord name can be set to any
 markup.
@@ -34,10 +17,10 @@ markup.
   doctitle = "Changing chord separator"
 } % begin verbatim
 
+
 \chords {
   c:7sus4
   \set chordNameSeparator
     = \markup { \typewriter | }
   c:7sus4
 }
-