On Mon, 04 Nov 2002 21:02:50 -0500 Michal Seta <[EMAIL PROTECTED]> wrote: > \score { > \notes\relative c' { > \time 3/4 > \repeat tremolo 8 {c16 e} > % if my understanding is correct trmolo 8 means 3 beams. > % 4 = 2beams, however, I noticed that the value of the note seems to be >growing? how do I come up with the proper values? > % c16 makes it a half note > % d32 quarter ? and so on?
"tremolo 8" means "repeat it 8 times". \repeat tremolo 6 {c16 e} should do the trick. (although now you run into a bug; see http://lilypond.org/stable/Documentation/user/out-www/lilypond/Tremolo-repeats.html ) Try this instead: \repeat tremolo 4 {c16 e} \repeat tremolo 2 {c16 e} > \repeat tremolo 8 {d32 f} Do a similar thing for this line. Cheers, - Graham _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user