X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadjusting-lyrics-vertical-spacing.ly;h=e7bcf160f125bdd413839b07dcff7de29486acfb;hb=927f136ada377317b5ed58acf71aaf5d0b91fc84;hp=1ecdd362a1203295c7867aaccac5b679259f56b9;hpb=da77ae29b4974f89fa168729ffcda756a39688c0;p=lilypond.git diff --git a/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly b/Documentation/snippets/adjusting-lyrics-vertical-spacing.ly index 1ecdd362a1..e7bcf160f1 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.6" \header { - lsrtags = "correction-wanted, vocal-music, workaround, text, spacing" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - 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 } >>