Revised autobeam settings patch and ran makelsr.py
[lilypond/mpolesky.git] / Documentation / snippets / adjusting-lyrics-vertical-spacing.ly
blob9d55482f52ac0daa72b1a81d1ebab2f6c4e03a01
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.13.16
5 \version "2.13.29"
7 \header {
8 %% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
9 texidoces = "
10 Este fragmento de código muestra cómo situar la línea de base de la
11 letra más cerca del pentagrama.
14 doctitlees = "Ajuste del especiado vertical de la letra"
17 %% Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea
18 texidocfr = "
19 Cet extrait illustre la manière de rapprocher la ligne de paroles
20 de la portée.
23 doctitlefr = "Ajustement de l'espacement vertical des paroles"
26 lsrtags = "text, vocal-music, spacing"
27 texidoc = "
28 This snippet shows how to bring the lyrics line closer to the staff.
31 doctitle = "Adjusting lyrics vertical spacing"
32 } % begin verbatim
35 % Default layout:
37 \new Staff \new Voice = melody \relative c' {
38 c4 d e f
39 g4 f e d
42 \new Lyrics \lyricsto melody { aa aa aa aa aa aa aa aa aa }
44 % Reducing the minimum space below the staff and above the lyrics:
45 \new Staff {
46 \new Voice = melody \relative c' {
47 c4 d e f
48 g4 f e d
52 \new Lyrics \with {
53 \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 1))
55 \lyricsto melody { aa aa aa aa aa aa aa aa aa }