]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Merge branch 'master' into lilypond/translation
[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 %% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
11   texidocfr = "
12 La représentation d'un accord de septième majeure se gère par le
13 @code{majorSevenSymbol}.
14
15 "
16   doctitlefr = "Chiffrage d'un maj7"
17
18   lsrtags = "chords"
19
20
21
22
23
24
25 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
26   texidoces = "
27 La presentación del acorde de séptima mayor se
28 puede ajustar mediante majorSevenSymbol.
29
30 "
31   doctitlees = "Nombre de acorde maj7"
32
33
34 %% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
35  texidocde = "
36 Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
37
38 "
39
40   doctitlede = "Akkordbezeichnung maj7"
41
42
43
44   texidoc = "
45 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
46
47 "
48   doctitle = "chord name major7"
49 } % begin verbatim
50
51 \chords {
52   c:7+
53   \set majorSevenSymbol = \markup { j7 }
54   c:7+
55 }
56