X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-lyrics-vertical-spacing.ly;h=8c4c5a0377219053862f62067a7fc80531877090;hb=de179d8b2cbf6fe86ff9a000a0d21bc6bc118905;hp=ad3d37f4b0479995986b29a38e7f1bb78e779887;hpb=b27579f3a9b2311232f8eb1f11403f560dcc9b17;p=lilypond.git diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index ad3d37f4b0..8c4c5a0377 100644 --- a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly +++ b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly @@ -4,28 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.17.20" \header { - lsrtags = "correction-wanted, vocal-music, workaround, text, spacing" - -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 - 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 = "correction-wanted, spacing, text, vocal-music, workaround" texidoc = " This snippet shows how to bring the lyrics line closer to the staff. @@ -52,7 +34,7 @@ This snippet shows how to bring the lyrics line closer to the staff. } % 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 } >>