Hello Kieren, now I got it. Never thought about this possibilty. Thanks again. Problem solved. We can move on.
Hajo --- ... indessen wandelt harmlos droben das Gestirn On Mon, Feb 1, 2010 at 7:19 PM, Kieren MacMillan <[email protected]> wrote: > 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 [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
