]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / vertically-aligning-ossias-and-lyrics.ly
index 816841931c06ea2f924d741aa37108a7e7dc8b22..4491c56f1b14ef3a96860b60824715dbc2b286a0 100644 (file)
@@ -4,39 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
-  lsrtags = "vocal-music, tweaks-and-overrides, spacing"
-
-%% Translation of GIT committish: 615cbf212fdaf0b220b3330da417d0c3602494f2
-  texidoces = "
-Este fragmento de código muestra el uso de las propiedades de
-contexto @code{alignBelowContext} y @code{alignAboveContext} para
-controlar la posición de la letra y los compases de ossia.
-
-"
-  doctitlees = "Alineación vertical de la letra y los compases de ossia"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Dieser Schnipsel zeigt, wie man die Kontexteigenschaften
-@code{alignBelowContext} und @code{alignAboveContext} benutzen kann, um
-die Positionierung von Gesangstext und Ossia-Abschnitten zu kontrollieren.
-
-"
-  doctitlede = "Gesangstext und Ossia vertikal ausrichten"
-
-%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e
-  texidocfr = "
-Cet exemple illustre la manière de positionner une portée d'ossia et
-des paroles à l'aide des propriétés de contexte @code{alignBelowContext}
-et @code{alignAboveContext}.
-
-"
-  doctitlefr = "Positionnement d'une ossia et des paroles"
-
+  lsrtags = "spacing, tweaks-and-overrides, vocal-music"
 
   texidoc = "
 This snippet demonstrates the use of the context properties
@@ -47,6 +18,7 @@ positioning of lyrics and ossias.
   doctitle = "Vertically aligning ossias and lyrics"
 } % begin verbatim
 
+
 \paper {
   ragged-right = ##t
 }
@@ -75,4 +47,3 @@ positioning of lyrics and ossias.
     >>
   }
 >>
-