]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-chord-separator.ly
Imported Upstream version 2.14.2
[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   lsrtags = "chords"
11
12 %% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
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   texidoc = "
30 The separator between different parts of a chord name can be set to any
31 markup.
32
33 "
34   doctitle = "Changing chord separator"
35 } % begin verbatim
36
37 \chords {
38   c:7sus4
39   \set chordNameSeparator
40     = \markup { \typewriter | }
41   c:7sus4
42 }
43