]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/inserting-a-caesura.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / inserting-a-caesura.ly
index f51c172178d20052d4a1319afb115f5cbe933191..bbda9416138626f624cd0fc302ca6718dd9c7c23 100644 (file)
@@ -1,12 +1,15 @@
-%% 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.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "expressive-marks, tweaks-and-overrides"
+  lsrtags = "tweaks-and-overrides, expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
   texidoces = "
 Las marcas de cesura se pueden crear sobreescribiendo la propiedad
 @code{'text} del objeto @code{BreathingSign}.  También está disponible
@@ -16,7 +19,7 @@ una marca de cesura curva.
   doctitlees = "Insertar una cesura"
 
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
 Zäsurzeichen können erstellt werden, indem die @code{'text}-Eigenschaft
 des @code{BreathingSign}-Objektes verändert wird.  Ein gekrümmtes
@@ -24,6 +27,16 @@ Zäsurzeichen ist auch möglich.
 "
   doctitlede = "Eine Zäsur einfügen"
 
+%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
+  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
@@ -33,6 +46,7 @@ available.
   doctitle = "Inserting a caesura"
 } % begin verbatim
 
+
 \relative c'' {
   \override BreathingSign #'text = \markup {
     \musicglyph #"scripts.caesura.straight"