1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "text, vocal-music, spacing"
9 Este fragmento de código muestra cómo situar la línea de base de la
10 letra más cerca del pentagrama.
13 doctitlees
= "Ajuste del especiado vertical de la letra"
16 This snippet shows how to bring the lyrics line closer to the staff.
19 doctitle
= "Adjusting lyrics vertical spacing"
23 \new Staff
\new Voice
= melody
\relative c' {
28 \new Lyrics
\lyricsto melody
{ aa aa aa aa aa aa aa aa aa
}
30 % Reducing the minimum space below the staff and above the lyrics:
32 \override VerticalAxisGroup
#'minimum-Y-extent
= #'(-
1 . 4)
34 \new Voice
= melody
\relative c' {
40 \override VerticalAxisGroup
#'minimum-Y-extent
= #'(-
1.2 . 1)
42 \lyricsto melody
{ aa aa aa aa aa aa aa aa aa
}