2007/7/18, Peter Terpstra <[EMAIL PROTECTED]>:
\relative c' {
<< < a cis e > < cis e a' > < d' gis > b |
\\ cis d e fis |
\\ fis gis a b |
>>
\bar "|."
}
That's because you have to enclose each simultaneous voice with braces:
\relative c' {
<< { < a cis e > < cis e a' > < d' gis > b } |
\\ { cis d e fis }|
\\ { fis gis a b} |
>>
\bar "|."
}
See 6.3.3 and 6.3.4 in the manual
Regards,
Valentin
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user