]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chord-name-major7.ly
Doc: clarify the use of a Scheme engraver.
[lilypond.git] / Documentation / snippets / chord-name-major7.ly
index 0e2416d638ac5586b7b8317ea1862e83b2b7e846..b4a345d464f8d383b8c43c5f9e3433dbb902d9bb 100644 (file)
@@ -4,37 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
-  lsrtags = "chords"
-
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  texidoces = "
-La presentación del acorde de séptima mayor se
-puede ajustar mediante majorSevenSymbol.
-
-"
-  doctitlees = "Nombre de acorde maj7"
-
-
-%% Translation of GIT committish: 134d9cb2e14ae624aec6fa2dd1630e284807dc42
- texidocde = "
-Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
-
-"
-
-  doctitlede = "Akkordbezeichnung maj7"
-
-
-
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-La représentation d'un accord de septième majeure se gère par le
-@code{majorSevenSymbol}.
-
-"
-  doctitlefr = "Chiffrage d'un maj7"
+  lsrtags = "chords, specific-notation"
 
   texidoc = "
 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
@@ -43,9 +16,9 @@ The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
   doctitle = "chord name major7"
 } % begin verbatim
 
+
 \chords {
   c:7+
   \set majorSevenSymbol = \markup { j7 }
   c:7+
 }
-