2009/3/11 胡海鹏 - Hu Haipeng :
> Very good functions. But I want to write continuous double note tremolos. Is
> it possible?
Hmm.. That wasn't really my goal. Possibly something like this:
\tremolos #16 { {c2 d} {c d} }
Would become:
\repeat tremolo 4 {c16 d}
\repeat tremolo 4 {c16 d}
Is this wh
Very good functions. But I want to write continuous double note tremolos. Is it
possible?
Haipeng
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
I made two tremolo utility functions today which may be of interest to
some here. Before adding them to LSR I just want a few people to take
a look at them.
\tremolos #16 {c4 d8 e f g a4 b c2}
expands to
\repeat tremolo 4 c16
\repeat tremolo 2 d16
\repeat tremolo 2 e16
\repeat tremolo 2 f1