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