Ajustement de l’espacement vertical des paroles
Le code ci-dessous indique comment rapprocher de la portée à laquelle elle est affectée, une ligne de paroles.
music = \relative c' { c4 d e f | g4 f e d | c1 } text = \lyricmode { aa aa aa aa aa aa aa aa aa } << \new Staff \new Voice = melody \music % Default layout: \new Lyrics \lyricsto melody \text \new Staff \new Voice = melody \music % Reducing the minimum space below the staff and above the lyrics. \new Lyrics \with { \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((basic-distance . 1)) } \lyricsto melody \text >>