X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvertically-aligning-ossias-and-lyrics.ly;h=4a85d9d6a4d45f32980e47f88c0b0aa8dab0c6a9;hb=b0434fc1950930130ab67c8a61d37e8579c7ac73;hp=a78efbc50a274d777c4d50995cd72231849d135b;hpb=fc41f2bfb467341ad67a6910078fc6cdb2fccd52;p=lilypond.git diff --git a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly index a78efbc50a..4a85d9d6a4 100644 --- a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly +++ b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly @@ -1,37 +1,13 @@ -%% 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.10" +\version "2.17.11" \header { - lsrtags = "vocal-music, tweaks-and-overrides, spacing" - -%% Translation of GIT committish: 4385ed4cc738e164a95798862580b4b86703356f - 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: d96023d8792c8af202c7cb8508010c0d3648899d - 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: d78027a94928ddcdd18fd6534cbe6d719f80b6e6 - 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 @@ -42,6 +18,7 @@ positioning of lyrics and ossias. doctitle = "Vertically aligning ossias and lyrics" } % begin verbatim + \paper { ragged-right = ##t } @@ -59,15 +36,14 @@ positioning of lyrics and ossias. \new Staff \with { alignAboveContext = #"3" fontSize = #-2 - \override StaffSymbol #'staff-space = #(magstep -2) + \override StaffSymbol.staff-space = #(magstep -2) \remove "Time_signature_engraver" } { - \times 4/6 { - \override TextScript #'padding = #3 + \tuplet 6/4 { + \override TextScript.padding = #3 c8[^"ossia above" d e d e f] } } >> } >> -