X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fmodifying-default-values-for-articulation-shorthand-notation.ly;h=acebf78a7f170e65e5afa77c4b863213abbbff63;hb=3eb1e37e2e0b3966142cd04b85e30ab882308612;hp=5c629067fc3af219accd7864d69df7e232168014;hpb=30e1840bcc05a2d51f0742b0235a47bf0ef66f86;p=lilypond.git diff --git a/input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly b/input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly index 5c629067fc..acebf78a7f 100644 --- a/input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly +++ b/input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly @@ -1,10 +1,39 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.49" +\version "2.13.1" \header { lsrtags = "expressive-marks" +%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65 + texidoces = " +Las abreviaturas se encuentran definidas dentro del archivo +@code{ly/script-init.ly}, donde las variables @code{dashHat}, +@code{dashPlus}, @code{dashDash}, @code{dashBar}, +@code{dashLarger}, @code{dashDot} y @code{dashUnderscore} reciben +valores predeterminados. Se pueden modificar estos valores +predeterminados para las abreviaturas. Por ejemplo, para asociar +la abreviatura @code{-+} (@code{dashPlus}) con el símbolo del +semitrino en lugar del símbolo predeterminado +, asigne el valor +@code{trill} a la variable @code{dashPlus}: + +" + doctitlees = "Modificar los valores predeterminados para la notación abreviada de las articulaciones" + +%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706 + texidocde = " +Die Abkürzungen sind in der Datei @samp{ly/script-init.ly} definiert, wo +den Variablen @code{dashHat}, @code{dashPlus}, @code{dashDash}, +@code{dashBar}, @code{dashLarger}, @code{dashDot} und +@code{dashUnderscore} Standardwerte zugewiesen werden. Diese Standardwerte +können verändert werden. Um zum Beispiel die Abkürzung +@code{-+} (@code{dashPlus}) mit dem Triller anstatt mit dem +-Symbol zu +assoziieren, muss der Wert @code{trill} der Variable +@code{dashPlus} zugewiesen werden: + +" + doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern" + texidoc = " The shorthands are defined in @samp{ly/script-init.ly}, where the variables @code{dashHat}, @code{dashPlus}, @code{dashDash}, @@ -18,6 +47,8 @@ the default + symbol, assign the value @code{trill} to the variable " doctitle = "Modifying default values for articulation shorthand notation" } % begin verbatim + \relative c'' { c1-+ } dashPlus = "trill" \relative c'' { c1-+ } +