]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/combining-dynamics-with-markup-texts.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / combining-dynamics-with-markup-texts.ly
index e566c64fa9204fbb8a7a534b78a1a4c99804d547..b778e8b394abd17fb83a5e7dd7eba270a7835267 100644 (file)
@@ -4,19 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.16.0"
 
 \header {
-  lsrtags = "expressive-marks, text"
-
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
-  texidoces = "
-Ciertas indicaciones dinámicas pueden llevar textos (como @qq{più
-forte} o @qq{piano subito}). Se pueden producir usando un bloque
-@code{\\markup}.
-
-"
-  doctitlees = "Combinar indicaciones dinámicas con marcados textuales"
+  lsrtags = "expressive-marks, really-simple, text"
 
   texidoc = "
 Some dynamics may involve text indications (such as @qq{più forte} or
@@ -27,10 +18,9 @@ block.
   doctitle = "Combining dynamics with markup texts"
 } % begin verbatim
 
+
 piuF = \markup { \italic più \dynamic f }
 \layout { ragged-right = ##f }
 \relative c'' {
   c2\f c-\piuF
 }
-
-