]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/changing-chord-separator.ly
Change stringTunings from list of semitones to list of pitches
[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.39"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
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
18 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
19   texidocde = "
20 Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann
21 beliebiger Text sein.
22
23 "
24   doctitlede = "Akkordsymboltrenner verändern"
25
26   texidoc = "
27 The separator between different parts of a chord name can be set to any
28 markup.
29
30 "
31   doctitle = "Changing chord separator"
32 } % begin verbatim
33
34 \chords {
35   c:7sus4
36   \set chordNameSeparator
37     = \markup { \typewriter | }
38   c:7sus4
39 }
40