X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fdynamics-custom-text-spanner-postfix.ly;h=a8ebf995f34c73209f8ddfb492f1881771e340ca;hb=8acad65978d6a5efc174b07d61147028a0c1d3a6;hp=3546abe9380bbba9c04cc609b2ac949bbfafe0fd;hpb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;p=lilypond.git diff --git a/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly b/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly index 3546abe938..a8ebf995f3 100644 --- a/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly +++ b/Documentation/snippets/dynamics-custom-text-spanner-postfix.ly @@ -1,14 +1,15 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.14.0 -\version "2.14.0" +%% 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.14.2" \header { -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb + lsrtags = "tweaks-and-overrides, expressive-marks" + +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Funciones postfijas para la creación de objetos de extensión de texto @@ -19,7 +20,6 @@ comienzo del eobjeto de extensión se asignará a la nota siguiente. " doctitlees = "Objeto personalizado de extensión de texto de matices dinámicos postfijo" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 @@ -32,28 +32,29 @@ zugewiesen. doctitlede = "Eigene Dynamiktextspanner nachgestellt" -%% Translation of GIT committish: a6b5eea83ddcdd8e1fd0760db385176ff9b2b1cd - +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 texidocfr = " Il s'agit de fonctions postfix pour personnaliser l'extension des -crescendos textuels. L'extension devrait débuter sur la première notte +crescendos textuels. L'extension devrait débuter sur la première note de la mesure. Il faut utiliser @w{@code{-\mycresc}} -- comme une articulation -- sous peine que le départ de l'extension n'apparaisse qu'à la note suivante. + " doctitlefr = "Personnalisation des extenseurs de nuance postfix" - lsrtags = "expressive-marks, tweaks-and-overrides" - texidoc = "Postfix functions for custom crescendo text spanners. The spanners -should start on the first note of the measure. One has to use -\mycresc, -otherwise the spanner start will rather be assigned to the next note. + texidoc = " +Postfix functions for custom crescendo text spanners. The spanners +should start on the first note of the measure. One has to use +-\\mycresc, otherwise the spanner start will rather be assigned to the +next note. + " doctitle = "Dynamics custom text spanner postfix" } % begin verbatim - % Two functions for (de)crescendo spanners where you can explicitly give the % spanner text. mycresc = @@ -75,6 +76,3 @@ mydecresc = c4-\mydecresc "custom decresc" c4 c4 c4 | c4 c4\! c4 c4 } - - -