]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / chord-name-major7.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: 59caa3adce63114ca7972d18f95d4aadc528ec3d
13   texidoces = "
14 La presentación del acorde de séptima mayor se
15 puede ajustar mediante majorSevenSymbol.
16
17 "
18   doctitlees = "Nombre de acorde maj7"
19
20
21 %% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
22  texidocde = "
23 Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
24
25 "
26
27   doctitlede = "Akkordbezeichnung maj7"
28
29
30
31   texidoc = "
32 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
33
34 "
35   doctitle = "chord name major7"
36 } % begin verbatim
37
38 \chords {
39   c:7+
40   \set majorSevenSymbol = \markup { j7 }
41   c:7+
42 }
43