X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Faccordion-discant-symbols.ly;h=e1dfb230bae01d2533c5a3092673430e0c5865ed;hb=17f11c2f5ab963bfb07b7652b4860dc4dda5540a;hp=7b3397247b13c42cb4d59fa1eea5269a77900dfe;hpb=f115fc1bdeb3fdd356db670ef4fe3e6b9aee019c;p=lilypond.git diff --git a/Documentation/snippets/accordion-discant-symbols.ly b/Documentation/snippets/accordion-discant-symbols.ly index 7b3397247b..e1dfb230ba 100644 --- a/Documentation/snippets/accordion-discant-symbols.ly +++ b/Documentation/snippets/accordion-discant-symbols.ly @@ -1,12 +1,12 @@ %% Do not edit this file; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.16" +\version "2.13.39" \header { lsrtags = "keyboards" -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 +%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 texidoces = " Los símbolos específicos de acordeón discanto se escriben mediante @code{\\markup}. Se puede trucar la colocación vertical de los @@ -16,7 +16,7 @@ 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. @@ -36,10 +36,10 @@ vertical placement of the symbols can be tweaked by changing the } % begin verbatim discant = \markup { - \musicglyph #"accordion.accDiscant" + \musicglyph #"accordion.discant" } dot = \markup { - \musicglyph #"accordion.accDot" + \musicglyph #"accordion.dot" } \layout { ragged-right = ##t }