]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-dynamics-with-markup-texts.ly
Doc-de: update macros.itely and nitpicks
[lilypond.git] / input / lsr / combining-dynamics-with-markup-texts.ly
index 394fc748ce829223978b28d0980a8aa5201a379d..87ed3c243a7a9a36e94dee7a3ce3ad6a17538e28 100644 (file)
@@ -1,10 +1,19 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.51"
+\version "2.13.1"
 
 \header {
   lsrtags = "expressive-marks, text"
 
+%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+  texidoces = "
+Ciertas indicaciones dinámicas pueden llevar textos (como \"più
+forte\" o \"piano subito\"). Se pueden producir usando un
+bloque @code{\\markup}.
+
+"
+  doctitlees = "Combinar indicaciones dinámicas con marcados textuales"
+
   texidoc = "
 Some dynamics may involve text indications (such as \"più forte\" or
 \"piano subito\"). They can be produced using a @code{\\markup} block.
@@ -12,9 +21,11 @@ Some dynamics may involve text indications (such as \"più forte\" or
 "
   doctitle = "Combining dynamics with markup texts"
 } % begin verbatim
+
 piuF = \markup { \italic più \dynamic f }
 \layout { ragged-right = ##f }
 \relative c'' {
   c2\f c-\piuF
 }
 
+