]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-chord-separator.ly
resolve merge
[lilypond.git] / Documentation / snippets / changing-chord-separator.ly
diff --git a/Documentation/snippets/changing-chord-separator.ly b/Documentation/snippets/changing-chord-separator.ly
new file mode 100644 (file)
index 0000000..abe5168
--- /dev/null
@@ -0,0 +1,43 @@
+%% 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.14.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.
+
+"
+  doctitle = "Changing chord separator"
+} % begin verbatim
+
+\chords {
+  c:7sus4
+  \set chordNameSeparator
+    = \markup { \typewriter | }
+  c:7sus4
+}
+