X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmodifying-default-values-for-articulation-shorthand-notation.ly;h=4f36488ecfd45564c1af54acedba5b9611aa9af4;hb=9e52e03f6d8c4958c3c5335113332310c5c437c7;hp=58e4700d5102b10ba9a4ce0dcc666203d3a51fed;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly b/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly index 58e4700d51..4f36488ecf 100644 --- a/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly +++ b/Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly @@ -1,30 +1,33 @@ -%% 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.16" +\version "2.14.2" \header { lsrtags = "expressive-marks" -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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}: +@file{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: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " -Die Abkürzungen sind in der Datei @samp{ly/script-init.ly} definiert, wo +Die Abkürzungen sind in der Datei @file{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 @@ -36,17 +39,17 @@ assoziieren, muss der Wert @code{trill} der Variable " doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern" -%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7 +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " Les raccourcis sont répertoriés dans le fichier -@code{ly/script-init.ly}, dans lequel on retrouve les variables +@file{ly/script-init.ly}, dans lequel on retrouve les variables @code{dashHat}, @code{dashPlus}, @code{dashDash}, @code{dashBar}, @code{dashLarger}, @code{dashDot}, et @code{dashUnderscore} ainsi que leur valeur par défaut. Ces valeurs peuvent être modifiées selon vos -besoins. Il suffit par exemple, pour affecter au raccourci @code{-+} +besoins. Il suffit par exemple, pour affecter au raccourci @w{@code{-+}} (@code{dashPlus}) le symbole du trille en lieu et place du @code{+} (caractère plus), d'assigner la valeur @code{trill} à la variable -@code{dashPlus} : +@code{dashPlus}@tie{}: " doctitlefr = "Modification de la signification des raccourcis pour les signes d'articulation" @@ -66,6 +69,7 @@ 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"