]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/vertically-aligning-ossias-and-lyrics.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / lsr / vertically-aligning-ossias-and-lyrics.ly
index 6711eed24fb7304e0b4fa11146a07650466afa3e..73695d1ea9470526234826c4db7d041c72b461d3 100644 (file)
@@ -1,10 +1,27 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.55"
+\version "2.13.0"
 
 \header {
   lsrtags = "vocal-music, tweaks-and-overrides, spacing"
 
+  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 :<0364058d18eb91836302a567c18289209d6e9706>
+  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"
+
   texidoc = "
 This snippet demonstrates the use of the context properties
 @code{alignBelowContext} and @code{alignAboveContext} to control the
@@ -13,6 +30,7 @@ positioning of lyrics and ossias.
 "
   doctitle = "Vertically aligning ossias and lyrics"
 } % begin verbatim
+
 \paper {
   ragged-right = ##t
 }
@@ -35,7 +53,7 @@ positioning of lyrics and ossias.
       } {
         \times 4/6 {
           \override TextScript #'padding = #3
-          c8^"ossia above" d e d e f
+          c8[^"ossia above" d e d e f]
         }
       }
     >>