X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Faccordion-discant-symbols.ly;h=dae241adb4797e47d97c5d1c5201dfbe961d866f;hb=58933e3e40e9cfbdc70b846bc808c723e053f7b3;hp=0f1982adccdd91a7008614063a35b0eff5cbb59d;hpb=f5387a5c986393052bc9443ebd9b6cd9f14c6887;p=lilypond.git diff --git a/Documentation/snippets/accordion-discant-symbols.ly b/Documentation/snippets/accordion-discant-symbols.ly index 0f1982adcc..dae241adb4 100644 --- a/Documentation/snippets/accordion-discant-symbols.ly +++ b/Documentation/snippets/accordion-discant-symbols.ly @@ -1,12 +1,15 @@ -%% 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.14.2" \header { - lsrtags = "keyboards" + lsrtags = "specific-notation, workaround, keyboards, symbols-and-glyphs" -%% Translation of GIT committish: 5cab62e8738ff02eead438042743116391f306f5 +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Los símbolos específicos de acordeón discanto se escriben mediante @code{\\markup}. Se puede trucar la colocación vertical de los @@ -15,7 +18,8 @@ símbolos modificando los argumentos de @code{\\raise}. " doctitlees = "Símbolos de acordeón discanto" -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 doctitlede = "Symbole für Akkordeon-Diskantregister" texidocde = " Diskantregister für Akkordeon können mit @code{\\markup} dargestellt werden. @@ -23,6 +27,15 @@ Die vertikale Position der einzelnen Elemente werden mit @code{\\raise} angepasst. " +%% Translation of GIT committish: 85394d425536d267ed0cb71d17023849f1611180 + texidocfr = " +Les symboles spécifiques au clavier main droite d'un accordéon +s'indiquent à l'aide de @code{\\markup}. Le positionnement de tels +symboles s'ajuste grâce à des arguments @code{\\raise}. + +" + doctitlefr = "Symboles de chant pour accordéon" + texidoc = " Accordion discant-specific symbols are added using @code{\\markup}. The vertical placement of the symbols can be tweaked by changing the @@ -34,11 +47,12 @@ vertical placement of the symbols can be tweaked by changing the doctitle = "Accordion-discant symbols" } % begin verbatim + discant = \markup { - \musicglyph #"accordion.accDiscant" + \musicglyph #"accordion.discant" } dot = \markup { - \musicglyph #"accordion.accDot" + \musicglyph #"accordion.dot" } \layout { ragged-right = ##t }