X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fdynamics-text-spanner-postfix.ly;h=b7f84a13928beab5ac38443a794bfeee29984bf4;hb=2c6f3ccb58859c257744730e8cf91c62a2005632;hp=0a31909399f90fffcfec6698b2f6ecf3eb3d3ed4;hpb=45b219221124f4d7b977a1a0b1e489c47bb3ac02;p=lilypond.git diff --git a/Documentation/snippets/dynamics-text-spanner-postfix.ly b/Documentation/snippets/dynamics-text-spanner-postfix.ly index 0a31909399..b7f84a1392 100644 --- a/Documentation/snippets/dynamics-text-spanner-postfix.ly +++ b/Documentation/snippets/dynamics-text-spanner-postfix.ly @@ -1,64 +1,23 @@ -% 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.di.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.18.0" \header { -%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f - - texidoces = " -Los objetos de extensión \cresc, \dim y \decresc ahora se pueden -redefinir como operadores postfijos y producir un solo objeto de -extensión de texto. La definición de extensores personalizados -también es fácil. Se pueden mezclar con facilidad los crescendi -textuales y en forma de reguladores. \< y \> producen reguladores -gráficos de forma predeterminada, \cresc etc. producen elementos -extensores de texto de forma predeterminada. - -" - - doctitlees = "Objetos extensores de texto postfijos para dinámica" - -%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 - - - texidocde = "Die \cresc, \dim und \decresc Strecker können umdefiniert werden, -um nachgestellt zu funktionieren und einen Textstrecker zu produzieren. Eigene -Strecker können auch einfach definiert werden. Klammer- und Textcrescendi können -einfach vermischt werden. \< und \> erstellen normalerweise Klammern, \cresc -usw. dagegen normalerweise Textspanner. - -" - doctitlede = "Dynamiktextstrecker nachgestellt" - - - -%% Translation of GIT committish: a06cb0b0d9593ba110e001f2b0f44b8bef084693 + lsrtags = "expressive-marks, tweaks-and-overrides" - texidocfr = " -Les lignes d'extension des commandes \cresc, \dim et \decresc peuvent -désormais être personnalisées facilement sous forme d'opérateurs -postfix. Soufflets et (de)crescendos peuvent cohabiter. \< et \> -produiront par défaut des soufflets, alors que \cresc etc. produiront -une indication textuelle avec extension. + texidoc = " +Custom text spanners can be defined and used with hairpin and text +crescendos. @code{\\<} and @code{\\>} produce hairpins by default, +@code{\\cresc} etc. produce text spanners by default. " - - doctitlefr = "Extensions de nuance postfix" - - - lsrtags = "expressive-marks, tweaks-and-overrides" - texidoc = "Custom text spanners can be defined and used with hairpin - and text crescendos. @code{\<} and @code{\>} produce hairpins by - default, @code{\\cresc} etc. produce text spanners by default." doctitle = "Dynamics text spanner postfix" } % begin verbatim - % Some sample text dynamic spanners, to be used as postfix operators crpoco = #(make-music 'CrescendoEvent @@ -73,4 +32,3 @@ crpoco = g4 a4\! b4\< c4 | g4\dim a4 b4\decresc c4\! } -