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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to