X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchord-name-major7.ly;h=832dda877dbcc10a16710213e7fe9f9278a2d69c;hb=9c379d799d81429fff6392c639dffef526bd5db9;hp=94e3c52a761bb0f7fead3b34f57aa5f564be9761;hpb=3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4;p=lilypond.git diff --git a/Documentation/snippets/chord-name-major7.ly b/Documentation/snippets/chord-name-major7.ly index 94e3c52a76..832dda877d 100644 --- a/Documentation/snippets/chord-name-major7.ly +++ b/Documentation/snippets/chord-name-major7.ly @@ -1,43 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% generated from LSR http://lsr.di.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.14.0" +\version "2.18.0" \header { -%% Translation of GIT committish: - 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" - - - - -%% 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" - - + lsrtags = "chords, specific-notation" texidoc = " The layout of the major 7 can be tuned with @code{majorSevenSymbol}. @@ -51,4 +21,3 @@ The layout of the major 7 can be tuned with @code{majorSevenSymbol}. \set majorSevenSymbol = \markup { j7 } c:7+ } -