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