]> 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 1a1feef46d8ca7af684f19d709ddb91be7908ee2..b4a345d464f8d383b8c43c5f9e3433dbb902d9bb 100644 (file)
@@ -1,28 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.10"
+\version "2.16.0"
 
 \header {
-  lsrtags = "chords"
-
-%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
-  texidoces = "
-La presentación del acorde de séptima mayor se
-puede ajustar mediante majorSevenSymbol.
-
-"
-  doctitlees = "Nombre de acorde maj7"
-
-%% Translation of GIT committish: d4f58bb3ad4e7fe1967a6b48f25e3addffc8aa14
- texidocde = "
-Das Aussehen des großen Septakkords kann mit @code{majorSevenSymbol} verändert werden.
-
-"
-
-  doctitlede = "Akkordbezeichnung maj7"
-
-
+  lsrtags = "chords, specific-notation"
 
   texidoc = "
 The layout of the major 7 can be tuned with @code{majorSevenSymbol}.
@@ -31,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+
 }
-