]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Update to LSR with local copy
[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
26 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
27   texidoces = "
28 La presentación del acorde de séptima mayor se
29 puede ajustar mediante majorSevenSymbol.
30
31 "
32   doctitlees = "Nombre de acorde maj7"
33
34
35 %% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
36  texidocde = "
37 Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
38
39 "
40
41   doctitlede = "Akkordbezeichnung maj7"
42
43
44
45   texidoc = "
46 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
47
48 "
49   doctitle = "chord name major7"
50 } % begin verbatim
51
52 \chords {
53   c:7+
54   \set majorSevenSymbol = \markup { j7 }
55   c:7+
56 }
57