lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics with polyphany


From: -Eluze
Subject: Re: lyrics with polyphany
Date: Tue, 27 Dec 2011 04:07:18 -0800 (PST)


Michael_D wrote:
> 
> uppertop = \relative c'' {
> ...
> }
> 
will never compile

unless you provide a minimal example of the code producing what you tell
it's difficult for everybody to imagine what might be the cause - try to
eliminate any possible item in the code below which is not absolutely
necessary (is any of these layout definitions producing the warning? is the
"lower" staff needed? what about \partcombine?)


> \score {
>   \new GrandStaff <<
>       \new Staff = "upper" \with { printPartCombineTexts = ##f } {
>         \new Voice = "toppart" { \partcombine \uppertop \upperbottom }
>       }
>         \new Lyrics \lyricsto "toppart" \text
>       \new Staff = "lower" \with { printPartCombineTexts = ##f } {
>         \partcombine \lowertop \lowerbottom
>       }
>   >>
> 
>   \layout {
>     \context {
>       \GrandStaff
>       \accepts "Lyrics"
>     }
>     \context {
>       \Score
>       \remove "Bar_number_engraver"
>     }
>     \context {
>       \Lyrics
>       \consists "Bar_engraver"
>     }
>   }
> }
> 
hth
Eluze
-- 
View this message in context: 
http://old.nabble.com/lyrics-with-polyphany-tp33038994p33041064.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]