]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/chord-name-major7.ly
Doc-de: translating snippets and correcting German assignment
[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.20"
5
6 \header {
7   lsrtags = "chords"
8
9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
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: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
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