]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-chord-separator.ly
Update to LSR with local copy
[lilypond.git] / Documentation / snippets / changing-chord-separator.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.0"
8
9 \header {
10 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
11   texidocfr = "
12 Le séparateur de termes d'un chiffrage peut adopter n'importe quelle
13 forme à l'aide d'un @emph{markup}.
14
15 "
16   doctitlefr = "Personnalisation du séparateur d'accords"
17
18   lsrtags = "chords"
19
20
21
22
23
24
25
26 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
27   texidoces = "
28 Se puede establecer el separador entre las distintas partes del
29 nombre de un acorde para que sea cualquier elemento de marcado.
30
31 "
32   doctitlees = "Modificación del separador de acordes"
33
34
35 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
36   texidocde = "
37 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
38 beliebiger Text sein.
39
40 "
41   doctitlede = "Akkordsymboltrenner verändern"
42
43   texidoc = "
44 The separator between different parts of a chord name can be set to any
45 markup.
46
47 "
48   doctitle = "Changing chord separator"
49 } % begin verbatim
50
51 \chords {
52   c:7sus4
53   \set chordNameSeparator
54     = \markup { \typewriter | }
55   c:7sus4
56 }
57