]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-chord-separator.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / changing-chord-separator.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "chords"
7
8   texidoces = "
9 Se puede establecer el separador entre las distintas partes del
10 nombre de un acorde para que sea cualquier elemento de marcado.
11
12 "
13   doctitlees = "Modificación del separador de acordes"
14
15 %% Translation of GIT committish :33f623301a41fcc53efadf96bca1c72834763415
16   texidocde = "
17 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
18 beliebeiger Text sein.
19
20 "
21   doctitlede = "Akkordsymboltrenner verändern"
22
23   texidoc = "
24 The separator between different parts of a chord name can be set to any
25 markup.
26
27 "
28   doctitle = "Changing chord separator"
29 } % begin verbatim
30
31 \chords {
32   c:7sus4
33   \set chordNameSeparator
34     = \markup { \typewriter | }
35   c:7sus4
36 }