]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
42daf680ed1e32c963b9ef27557c76c1788d7b37
[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.2"
8
9 \header {
10   lsrtags = "specific-notation, chords"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
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 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
32   texidocfr = "
33 La représentation d'un accord de septième majeure se gère par le
34 @code{majorSevenSymbol}.
35
36 "
37   doctitlefr = "Chiffrage d'un maj7"
38
39   texidoc = "
40 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
41
42 "
43   doctitle = "chord name major7"
44 } % begin verbatim
45
46
47 \chords {
48   c:7+
49   \set majorSevenSymbol = \markup { j7 }
50   c:7+
51 }
52