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