]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-chord-separator.ly
48529ce579570d6ce6911befa6f902b096ff6986
[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 %% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a
9   texidoces = "
10 Se puede establecer el separador entre las distintas partes del
11 nombre de un acorde para que sea cualquier elemento de marcado.
12
13 "
14   doctitlees = "Modificación del separador de acordes"
15
16 %% Translation of GIT committish: 33f623301a41fcc53efadf96bca1c72834763415
17   texidocde = "
18 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
19 beliebeiger Text sein.
20
21 "
22   doctitlede = "Akkordsymboltrenner verändern"
23
24   texidoc = "
25 The separator between different parts of a chord name can be set to any
26 markup.
27
28 "
29   doctitle = "Changing chord separator"
30 } % begin verbatim
31
32 \chords {
33   c:7sus4
34   \set chordNameSeparator
35     = \markup { \typewriter | }
36   c:7sus4
37 }
38