2011/11/10 Francisco Vila <paconet....@gmail.com>:

> musicOne = \relative f  { c d e f g a b c d e f g a b c }
> musicTwo = \relative f  { e f g a b c d e f g a b c d e }
>
> \score {
>  \relative f {
>    <<
>      \musicOne
>      \musicTwo
>    >>
>  }
>
> }
>
>
> %%%%%%%%%%%%%%%
>
> This way you do not mix relative mode and polyphony.

Ooops, sorry this way you actuall mix. I meant

musicOne = \relative f  { c d e f g a b c d e f g a b c }
musicTwo = \relative f  { e f g a b c d e f g a b c d e }

\score {
    <<
      \musicOne
      \musicTwo
    >>
}
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to