]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/combining-dynamics-with-markup-texts.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / combining-dynamics-with-markup-texts.ly
index d4d840151316c45f24d549f4c53ecc8b720bdd58..0c69ec8948a605aeb08cb5453cb1c853c9bad853 100644 (file)
@@ -7,16 +7,7 @@
 \version "2.14.2"
 
 \header {
-  lsrtags = "text, really-simple, expressive-marks"
-
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  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
@@ -33,5 +24,3 @@ piuF = \markup { \italic più \dynamic f }
 \relative c'' {
   c2\f c-\piuF
 }
-
-