]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/inserting-a-caesura.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / inserting-a-caesura.ly
index bf1362cae4ed74c29781e83bc9137106a940753c..2ba8a35fa7f52cd2fc48b3b808b26c9cb5f5d230 100644 (file)
@@ -1,39 +1,14 @@
-%% Do not edit this file; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.di.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.16"
+\version "2.18.0"
 
 \header {
   lsrtags = "expressive-marks, tweaks-and-overrides"
 
-%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6
-  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
@@ -44,12 +19,12 @@ available.
 } % begin verbatim
 
 \relative c'' {
-  \override BreathingSign #'text = \markup {
+  \override BreathingSign.text = \markup {
     \musicglyph #"scripts.caesura.straight"
   }
   c8 e4. \breathe g8. e16 c4
 
-  \override BreathingSign #'text = \markup {
+  \override BreathingSign.text = \markup {
     \musicglyph #"scripts.caesura.curved"
   }
   g8 e'4. \breathe g8. e16 c4