]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / chord-name-major7.ly
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.4"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: da7ce7d651c3a0d1bfed695f6e952975937a1c79
10   texidoces = "
11 La presentación del acorde de séptima mayor se
12 puede ajustar mediante majorSevenSymbol.
13
14 "
15   doctitlees = "Nombre de acorde maj7"
16
17
18 %% Translation of GIT committish: d4f58bb3ad4e7fe1967a6b48f25e3addffc8aa14
19  texidocde = "
20 Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
21
22 "
23
24   doctitlede = "Akkordbezeichnung maj7"
25
26
27
28   texidoc = "
29 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
30
31 "
32   doctitle = "chord name major7"
33 } % begin verbatim
34
35 \chords {
36   c:7+
37   \set majorSevenSymbol = \markup { j7 }
38   c:7+
39 }
40