]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-chord-separator.ly
Merge branch 'master' into lilypond/translation
[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 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
26   texidoces = "
27 Se puede establecer el separador entre las distintas partes del
28 nombre de un acorde para que sea cualquier elemento de marcado.
29
30 "
31   doctitlees = "Modificación del separador de acordes"
32
33
34 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
35   texidocde = "
36 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
37 beliebiger Text sein.
38
39 "
40   doctitlede = "Akkordsymboltrenner verändern"
41
42   texidoc = "
43 The separator between different parts of a chord name can be set to any
44 markup.
45
46 "
47   doctitle = "Changing chord separator"
48 } % begin verbatim
49
50 \chords {
51   c:7sus4
52   \set chordNameSeparator
53     = \markup { \typewriter | }
54   c:7sus4
55 }
56