]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/dynamics-text-spanner-postfix.ly
New version of LSR upgrade
[lilypond.git] / Documentation / snippets / dynamics-text-spanner-postfix.ly
index b7b57f96289d38aa4204f4d3029b8cd375bc2661..51a0c4420d897d1f3d65a718d1c1a7a03c0c880c 100644 (file)
@@ -1,11 +1,15 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.36
-\version "2.13.36"
+%% 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: fa19277d20f8ab0397c560eb0e7b814bd804ecec
+  lsrtags = "tweaks-and-overrides, expressive-marks"
+
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
 
   texidoces = "
 Los objetos de extensión \cresc, \dim y \decresc ahora se pueden
@@ -34,28 +38,28 @@ usw. dagegen normalerweise Textspanner.
 
 
 
-%% Translation of GIT committish: a06cb0b0d9593ba110e001f2b0f44b8bef084693
-
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
   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.
+Les lignes d'extension des commandes @code{\\cresc}, @code{\\dim} et
+@code{\\decresc} peuvent désormais être personnalisées facilement sous
+forme d'opérateurs postfix.  Soufflets et (de)crescendos peuvent
+cohabiter.  @code{\\<} et @code{\\>} produiront par défaut des
+soufflets, alors que @code{\\cresc} etc. produiront une indication
+textuelle avec extension.
 
 "
-
   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."
+  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
@@ -70,4 +74,3 @@ crpoco =
   g4 a4\! b4\< c4 |
   g4\dim a4 b4\decresc c4\!
 }
-