Hello Kieren,

this helped indeed. Thanks! But I dont understand how you did it. Did
you put a second melody before (underneath )? And if the MelodyOne has
254 Bars, do I have to write:

>  \repeat "volta" 2 {
>    \partial 16 s16
>    s255...
>  }
>  \repeat "volta" 2 {
>    \partial 16 s16
>    s254
>  }

I didnt find it in the manuals or snipets ...

Sorry, someone is giving help and the one looking for help wants more ;-)

Hajo

---
... indessen wandelt harmlos droben das Gestirn



On Mon, Feb 1, 2010 at 6:46 PM, Kieren MacMillan
<[email protected]> wrote:
> Hi Hajo,
>
> This is why I always recommend that you *don't* put \partial and \repeat in 
> every voice...
> Try the attached instead.
>
> Hope this helps!
> Kieren.
>
> \version "2.13.10"
>
> global = {
>  \clef treble
>  \key d \minor
>  \time 4/4
>  \repeat "volta" 2 {
>    \partial 16 s16
>    s2...
>  }
>  \repeat "volta" 2 {
>    \partial 16 s16
>    s1
>  }
> }
>
> melodyOne = \relative d' {
>    d16 |  % 0 Auftakt
>  f4 d4 a4. r16   % 1
>    e'16 | % 0 Auftakt
>  f4 e4  d4. r16   % 2
> }
>
> melodyTwo = \relative d' {
>    s16 | % 0 Auftakt
>  s2 a4. s16   % 1
>    s16 | % 0 Auftakt
>  s2 d4. s16   % 2
> }
>
> melody = << \melodyOne \\ \melodyTwo >>
>
> \score {
>  \context Staff << \global \melody >>
> }


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to