Reedmace Star wrote:
> 
> \layout { 
>   \context { 
>     \Lyrics 
>     \override VerticalAxisGroup #'nonstaff-nonstaff-spacing 
>        #'minimum-distance = ##f 
>     \override VerticalAxisGroup #'nonstaff-unrelatedstaff-spacing 
>        #'minumum-distance = ##f 
>     \override LyricText #'minimum-Y-extent = #'(-0.6 . 2.0) 
>   } 
> }
> 

maybe the simplest is without these layout overrides:

\new Staff <<
  \new Voice = "a" { f'4 g' r2 | s1     f'4 g' r2 | s1     }
  \new Voice = "b" { s1        | a'2 g' s1        | a'2 g' }
  \new Lyrics <<
    \lyricsto "a" \lyricmode { may -- be sec -- ond }
    \lyricsto "b" \lyricmode { that the words are }
  >>
>>

Eluze


-- 
View this message in context: 
http://old.nabble.com/Combining-lyrics-lines-tp33510107p33515415.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to