]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-chord-separator.ly
36f17026695e46365f51567cf0a1a63504436ccf
[lilypond.git] / Documentation / snippets / changing-chord-separator.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.16"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74
10   texidoces = "
11 Se puede establecer el separador entre las distintas partes del
12 nombre de un acorde para que sea cualquier elemento de marcado.
13
14 "
15   doctitlees = "Modificación del separador de acordes"
16
17 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
18   texidocde = "
19 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
20 beliebeiger Text sein.
21
22 "
23   doctitlede = "Akkordsymboltrenner verändern"
24
25   texidoc = "
26 The separator between different parts of a chord name can be set to any
27 markup.
28
29 "
30   doctitle = "Changing chord separator"
31 } % begin verbatim
32
33 \chords {
34   c:7sus4
35   \set chordNameSeparator
36     = \markup { \typewriter | }
37   c:7sus4
38 }
39