Doc: convert-ly on English docs.
[lilypond/patrick.git] / Documentation / snippets / new / adjusting-lyrics-vertical-spacing.ly
blob8d64e7d202b6cdec1e537cedb2208d3f57e16ed6
1 \version "2.13.36"
3 \header {
4 lsrtags = "text, vocal-music, spacing"
5 texidoc = "
6 This snippet shows how to bring the lyrics line closer to the staff.
9 doctitle = "Adjusting lyrics vertical spacing"
12 % Default layout:
14 \new Staff \new Voice = melody \relative c' {
15 c4 d e f
16 g4 f e d
19 \new Lyrics \lyricsto melody { aa aa aa aa aa aa aa aa aa }
21 % Reducing the minimum space below the staff and above the lyrics:
22 \new Staff {
23 \new Voice = melody \relative c' {
24 c4 d e f
25 g4 f e d
29 \new Lyrics \with {
30 \override VerticalAxisGroup #'inter-staff-spacing = #'((space . 1))
32 \lyricsto melody { aa aa aa aa aa aa aa aa aa }