]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Docs: reorganize documentation directory structure
[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: 33f623301a41fcc53efadf96bca1c72834763415
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: 3e50373e10750e5bc1f5c69898df3740e6169165
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