X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fvertically-aligning-ossias-and-lyrics.ly;h=234a44c645d471f6584b504ca0e6d790a2f5831b;hb=c7aaa6445f5af35939ac2b247464f15b15eba9d2;hp=7d2e4a20844b3856e25db39d68612967b196172b;hpb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;p=lilypond.git diff --git a/input/lsr/vertically-aligning-ossias-and-lyrics.ly b/input/lsr/vertically-aligning-ossias-and-lyrics.ly index 7d2e4a2084..234a44c645 100644 --- a/input/lsr/vertically-aligning-ossias-and-lyrics.ly +++ b/input/lsr/vertically-aligning-ossias-and-lyrics.ly @@ -1,10 +1,18 @@ %% 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.49" +\version "2.11.66" \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" + texidoc = " This snippet demonstrates the use of the context properties @code{alignBelowContext} and @code{alignAboveContext} to control the @@ -13,6 +21,7 @@ positioning of lyrics and ossias. " doctitle = "Vertically aligning ossias and lyrics" } % begin verbatim + \paper { ragged-right = ##t } @@ -35,7 +44,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] } } >>