]> 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 73748ca61873f71538804cb830f9d444bf78ba8a..b778e8b394abd17fb83a5e7dd7eba270a7835267 100644 (file)
@@ -4,29 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.16.0"
 
 \header {
-%% Translation of GIT committish: f5cfaf8ef4ac347702f554af0944ef0d8396e73a
-  texidocfr = "
-Certaines indications de nuance peuvent requérir un complément textuel,
-comme @qq{più forte} ou @qq{piano subito}.  Elles se réalisent aisément
-à l'aide d'un bloc @code{\\markup}.
-
-"
-  doctitlefr = "Combinaison de nuance et de texte"
-
-  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
@@ -43,5 +24,3 @@ piuF = \markup { \italic più \dynamic f }
 \relative c'' {
   c2\f c-\piuF
 }
-
-