X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-lyrics-vertical-spacing.ly;h=77f626113abc107cbf816b6d1a517ea322f3d363;hb=8cce5dd067a8a2bab508f5abebc3955db8837bbf;hp=3cd62b2d8b6af25dc8ad11ce7e749e747e4a1794;hpb=d7a465a71d44e4710602cfe618edddddd437872a;p=lilypond.git diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index 3cd62b2d8b..77f626113a 100644 --- a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly @@ -1,32 +1,14 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.13.42 -\version "2.13.42" +%% 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.18.0" \header { -%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345 - texidoces = " -Este fragmento de código muestra cómo situar la línea de base de la -letra más cerca del pentagrama. + lsrtags = "spacing, text, tweaks-and-overrides, vocal-music, workaround" -" - 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 = "text, vocal-music, spacing" texidoc = " This snippet shows how to bring the lyrics line closer to the staff. @@ -34,7 +16,6 @@ This snippet shows how to bring the lyrics line closer to the staff. doctitle = "Adjusting lyrics vertical spacing" } % begin verbatim - % Default layout: << \new Staff \new Voice = melody \relative c' { @@ -44,7 +25,6 @@ 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 { \new Voice = melody \relative c' { c4 d e f @@ -52,8 +32,9 @@ This snippet shows how to bring the lyrics line closer to the staff. c1 } } + % Reducing the minimum space below the staff and above the lyrics: \new Lyrics \with { - \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((basic-distance . 1)) + \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 1)) } \lyricsto melody { aa aa aa aa aa aa aa aa aa } >>