]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Doc: Update LSR.
[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.16"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492
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 %% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
18  texidocde = "
19 Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
20
21 "
22
23   doctitlede = "Akkordbezeichnung maj7"
24
25
26
27   texidoc = "
28 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
29
30 "
31   doctitle = "chord name major7"
32 } % begin verbatim
33
34 \chords {
35   c:7+
36   \set majorSevenSymbol = \markup { j7 }
37   c:7+
38 }
39