]> 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 87ed3c243a7a9a36e94dee7a3ce3ad6a17538e28..0c69ec8948a605aeb08cb5453cb1c853c9bad853 100644 (file)
@@ -1,31 +1,26 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.14.2"
 
 \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"
+  lsrtags = "expressive-marks, really-simple, text"
 
   texidoc = "
-Some dynamics may involve text indications (such as \"più forte\" or
-\"piano subito\"). They can be produced using a @code{\\markup} block.
+Some dynamics may involve text indications (such as @qq{più forte} or
+@qq{piano subito}). These can be produced using a @code{\\markup}
+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
 }
-
-