]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/dynamics-text-spanner-postfix.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / Documentation / snippets / dynamics-text-spanner-postfix.ly
index 7e148f8de2a27eaeea54943304f539b65c025609..a9a0fed32f6b8ef10ee9ebb44c31859a5f2b42c8 100644 (file)
@@ -1,11 +1,14 @@
-% Do not edit this file; it is automatically
+% 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.13.36
-\version "2.13.40"
+\version "2.14.0"
 
 \header {
-%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94
+%% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
 
   texidoces = "
 Los objetos de extensión \cresc, \dim y \decresc ahora se pueden
@@ -49,11 +52,9 @@ une indication textuelle avec extension.
 
 
   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.
-"
+  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
 
@@ -64,22 +65,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 |