X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fvertically-aligning-ossias-and-lyrics.ly;h=bf138f5f07f38896bd8da09b2a8bcb6e9254958d;hb=08c1ead90d9f49e66ce54208639fb9ef48ca52a6;hp=61e8cf2bb0e245188c1151752a8941cd8c0e0a16;hpb=6019a1e8f0301c1c3bf86ccc92178d820f9c3784;p=lilypond.git diff --git a/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly b/Documentation/snippets/vertically-aligning-ossias-and-lyrics.ly index 61e8cf2bb0..bf138f5f07 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 -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.29" +\version "2.18.0" \header { - lsrtags = "vocal-music, tweaks-and-overrides, spacing" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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 @@ -59,15 +35,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] } } >> } >> -