]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/inserting-a-caesura.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / inserting-a-caesura.ly
index 1d714d525d0a7c2351c2dfea4509a45adae82888..80efbe7221135bfc583f9ef51cb4c73556c0b8ce 100644 (file)
@@ -1,37 +1,14 @@
-%% Do not edit this file; it is automatically
+%% 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.10"
+\version "2.14.2"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971
-  texidoces = "
-Las marcas de cesura se pueden crear sobreescribiendo la propiedad
-@code{'text} del objeto @code{BreathingSign}.  También está disponible
-una marca de cesura curva.
-
-"
-  doctitlees = "Insertar una cesura"
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
- texidocde = "
-Zäsurzeichen können erstellt werden, indem die @code{'text}-Eigenschaft
-des @code{BreathingSign}-Objektes verändert wird.  Ein gekrümmtes
-Zäsurzeichen ist auch möglich.
-"
-  doctitlede = "Eine Zäsur einfügen"
-%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
-  texidocfr = "
-Une surcharge de la propriété @code{'text} de l'objet
-@code{BreathingSign} permet de créer une marque de césure.  LilyPond
-dispose également d'une variante courbée.
-
-"
-  doctitlefr = "Insertion d'une césure"
-
-
   texidoc = "
 Caesura marks can be created by overriding the @code{'text} property of
 the @code{BreathingSign} object. A curved caesura mark is also
@@ -41,6 +18,7 @@ available.
   doctitle = "Inserting a caesura"
 } % begin verbatim
 
+
 \relative c'' {
   \override BreathingSign #'text = \markup {
     \musicglyph #"scripts.caesura.straight"