Re: vertical distance within verses

2024-12-19 Thread Mats Bengtsson
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

Re: vertical distance within verses

2024-12-19 Thread Kieren MacMillan
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)

vertical distance within verses

2024-12-19 Thread Robert Garrigos
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