Hi Hajo,

> Did you put a second melody before (underneath )?

Sorry: I don't understand this question.

> And if the MelodyOne has 254 Bars, do I have to write:

If you only need multiple voices for one small bit (e.g., a single note), then 
write them "inline", instead of splitting the voices for the whole piece -- see 
below.

Cheers,
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
  }
}

melody = \relative d' {
    d16 |  % 0 Auftakt
  f4 d4 << a4. \\ a >> r16   % 1
    e'16 | % 0 Auftakt
  f4 e4 << d4. \\ d >> r16   % 2
}

\score {
  \context Staff << \global \melody >>
}

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

Reply via email to