]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-chord-separator.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / changing-chord-separator.ly
index a91acf8406137b26f26ee71d16440d54896551d1..3e02b65b431ff6499ac9fb53040514b3ba85ff28 100644 (file)
@@ -1,28 +1,14 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.39"
+\version "2.16.0"
 
 \header {
   lsrtags = "chords"
 
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
-  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.
@@ -31,10 +17,10 @@ markup.
   doctitle = "Changing chord separator"
 } % begin verbatim
 
+
 \chords {
   c:7sus4
   \set chordNameSeparator
     = \markup { \typewriter | }
   c:7sus4
 }
-