X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-lyrics-vertical-spacing.ly;h=77f626113abc107cbf816b6d1a517ea322f3d363;hb=fa038b9595a1578f62430d8ed41bf2bbba8116e9;hp=2f08c763e5a5e71db6e7cdb94558ac42d780d87c;hpb=0c34fe54a73dec156d4ed33a47647388588385df;p=lilypond.git diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index 2f08c763e5..77f626113a 100644 --- a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly @@ -1,28 +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.16" +\version "2.18.0" \header { - lsrtags = "text, vocal-music, spacing" - -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d - texidoces = " -Este fragmento de código muestra cómo situar la línea de base de la -letra más cerca del pentagrama. - -" - doctitlees = "Ajuste del especiado vertical de la letra" - - -%% Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea - texidocfr = " -Cet extrait illustre la manière de rapprocher la ligne de paroles -de la portée. - -" - doctitlefr = "Ajustement de l'espacement vertical des paroles" - + lsrtags = "spacing, text, tweaks-and-overrides, vocal-music, workaround" texidoc = " This snippet shows how to bring the lyrics line closer to the staff. @@ -40,18 +25,16 @@ This snippet shows how to bring the lyrics line closer to the staff. } \new Lyrics \lyricsto melody { aa aa aa aa aa aa aa aa aa } -% Reducing the minimum space below the staff and above the lyrics: - \new Staff \with { - \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 4) - } - \new Voice = melody \relative c' { - c4 d e f - g4 f e d - c1 + \new Staff { + \new Voice = melody \relative c' { + c4 d e f + g4 f e d + c1 + } } + % Reducing the minimum space below the staff and above the lyrics: \new Lyrics \with { - \override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1) + \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 1)) } \lyricsto melody { aa aa aa aa aa aa aa aa aa } >> -