]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/caesura-railtracks-with-fermata.ly
Updates LSR locally
[lilypond.git] / Documentation / snippets / caesura-railtracks-with-fermata.ly
index f18af26e2af733fe38c039f1bc97ee8a2df13781..2e9153ff6f305dfc51f500caf7cd6f81abe12280 100644 (file)
@@ -1,30 +1,33 @@
-%% 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.0"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f
   texidoces = "
-A veces se denota una «cesura» con una doble marca de respiración
-parecida a las vías del tren, con un calderón encima. Este
-fragmento de código presenta una combinación de estas dos marcas,
-visualmente satisfactoria.
+A veces se denota una «cesura» mediante una doble marca de respiración
+parecida a las vías del tren, con un calderón encima. Este fragmento
+de código presenta una combinación visualmente satisfactoria de estas
+dos marcas.
 
 "
   doctitlees = "Cesura tipo \"vías del tren\" con calderón"
 
   texidoc = "
-A caesura is sometimes denoted by a double \"railtracks\" breath mark
-with a fermata sign positioned above. This snippet should present an
-optically pleasing combination of railtracks and fermata.
+A caesura is sometimes denoted by a double @qq{railtracks} breath mark
+with a fermata sign positioned above. This snippet shows an optically
+pleasing combination of railtracks and fermata.
 
 "
   doctitle = "Caesura (\"railtracks\") with fermata"
 } % begin verbatim
 
-
 \relative c'' {
   c2.
   % construct the symbol
@@ -41,4 +44,3 @@ optically pleasing combination of railtracks and fermata.
   c2. \breathe c4
   \bar "|."
 }
-