]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/dynamics-text-spanner-postfix.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / dynamics-text-spanner-postfix.ly
index d42c1bcccb5dd406a4c0f48df436c554be60cf8e..2d5d151269a34cf85a9e6d1da57ed3634ecb716b 100644 (file)
@@ -1,13 +1,13 @@
 % 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.4
-\version "2.13.18"
+%% Note: this file works from version 2.13.36
+\version "2.13.46"
 
 \header {
-%% Translation of GIT committish: ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
 
-  texidoc = "
+  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
@@ -18,14 +18,40 @@ extensores de texto de forma predeterminada.
 
 "
 
-  doctitle = "Objetos extensores de texto postfijos para dinámica"
+  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.
 
-  lsrtags = "expressive-marks, tweaks-and-overrides"
-  texidoc = "The \cresc, \dim and \decresc spanners can now be redefined as
-postfix operators and produce one text spanner.  Defining custom spanners is
-also easy.  Hairpin and text crescendi can be easily mixed. \< and \> produce
-hairpins by default, \cresc etc. produce text spanners by default.
 "
+  doctitlede = "Dynamiktextstrecker nachgestellt"
+
+
+
+%% Translation of GIT committish: a06cb0b0d9593ba110e001f2b0f44b8bef084693
+
+  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.
+
+"
+
+  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
 
@@ -36,22 +62,6 @@ crpoco =
              'span-direction START
              'span-type 'text
              'span-text "cresc. poco a poco")
-% Redefine the existing \cresc, \dim and \decresc commands to use postfix syntax
-cresc =
-#(make-music 'CrescendoEvent
-             'span-direction START
-             'span-type 'text
-             'span-text "cresc.")
-dim =
-#(make-music 'DecrescendoEvent
-             'span-direction START
-             'span-type 'text
-             'span-text "dim.")
-decresc =
-#(make-music 'DecrescendoEvent
-             'span-direction START
-             'span-type 'text
-             'span-text "decresc.")
 
 \relative c' {
   c4\cresc d4 e4 f4 |
@@ -60,3 +70,4 @@ decresc =
   g4 a4\! b4\< c4 |
   g4\dim a4 b4\decresc c4\!
 }
+