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