]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/combining-dynamics-with-markup-texts.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / combining-dynamics-with-markup-texts.ly
index 81a4d3bd07e23591b4e328d2d5e21eb9b954681c..87ed3c243a7a9a36e94dee7a3ce3ad6a17538e28 100644 (file)
@@ -1,14 +1,15 @@
 %% 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.52"
+\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}.
+bloque @code{\\markup}.
 
 "
   doctitlees = "Combinar indicaciones dinámicas con marcados textuales"
@@ -20,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
 }
 
+