lilypond-user
[Top][All Lists]
Advanced

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

Re: Two bars - 3 voices.


From: Valentin Villenave
Subject: Re: Two bars - 3 voices.
Date: Wed, 18 Jul 2007 17:40:51 +0200

2007/7/18, Peter Terpstra <address@hidden>:

        \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




reply via email to

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