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