lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Combining lyrics lines


From: -Eluze
Subject: Re: Combining lyrics lines
Date: Fri, 16 Mar 2012 00:48:18 -0700 (PDT)


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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]