On 2024-12-19 10:20, Robert Garrigos wrote:
I have a song which sets lyrics like this:
\score {
<<
\new Voice = "mel" {
\relative c'' {
\clef treble
\key c \major
\time 6/8
| g8. e16 g8 a8. f16 a8
| g4 (f8) e4.
}
}
\new Lyrics \with {
\override VerticalAxisGroup.nonstaff-relatedstaff-spacing.p
Hi Robert,
> How can I set a wider vertical space within verses?
Here’s an option:
%%% SNIPPET BEGINS
\version "2.23.82"
\score {
<<
\new Voice = "mel" {
\relative c'' {
\clef treble
\key c \major
\time 6/8
| g8. e16 g8 a8. f16 a8
| g4 (f8)
I have a song which sets lyrics like this:
\score {
<<
\new Voice = "mel" {
\relative c'' {
\clef treble
\key c \major
\time 6/8
| g8. e16 g8 a8. f16 a8
| g4 (f8) e4.
}
}
\new Lyrics \with {
\override VerticalAxisGroup.nonst