]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-chord-separator.ly
971508e1a3cb81069a2fbc4d4dbc6b1a2df5c4e2
[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.2"
8
9 \header {
10   lsrtags = "chords"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
13   texidoces = "
14 Se puede establecer el separador entre las distintas partes del
15 nombre de un acorde para que sea cualquier elemento de marcado.
16
17 "
18   doctitlees = "Modificación del separador de acordes"
19
20
21 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
22   texidocde = "
23 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
24 beliebiger Text sein.
25
26 "
27   doctitlede = "Akkordsymboltrenner verändern"
28
29 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
30   texidocfr = "
31 Le séparateur de termes d'un chiffrage peut adopter n'importe quelle
32 forme à l'aide d'un @emph{markup}.
33
34 "
35   doctitlefr = "Personnalisation du séparateur d'accords"
36
37   texidoc = "
38 The separator between different parts of a chord name can be set to any
39 markup.
40
41 "
42   doctitle = "Changing chord separator"
43 } % begin verbatim
44
45
46 \chords {
47   c:7sus4
48   \set chordNameSeparator
49     = \markup { \typewriter | }
50   c:7sus4
51 }
52