lilypond-user
[Top][All Lists]
Advanced

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

Re: Cheat Sheet


From: Francisco Vila
Subject: Re: Cheat Sheet
Date: Thu, 10 Nov 2011 13:07:28 +0100

2011/11/10 Francisco Vila <address@hidden>:

> 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



reply via email to

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