LSR: Update.
[lilypond.git] / input / lsr / adjusting-lyrics-vertical-spacing.ly
blob01e15c84529f510accf0c8e51212e5d9c012ae52
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.
3 \version "2.11.62"
5 \header {
6 lsrtags = "text, vocal-music, spacing"
8 texidoces = "
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"
15 texidoc = "
16 This snippet shows how to bring the lyrics line closer to the staff.
19 doctitle = "Adjusting lyrics vertical spacing"
20 } % begin verbatim
21 % Default layout:
23 \new Staff \new Voice = melody \relative c' {
24 c4 d e f
25 g4 f e d
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:
31 \new Staff \with {
32 \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 4)
34 \new Voice = melody \relative c' {
35 c4 d e f
36 g4 f e d
39 \new Lyrics \with {
40 \override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1)
42 \lyricsto melody { aa aa aa aa aa aa aa aa aa }