2011/11/10 Francisco Vila <[email protected]>:
> 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
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user