lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tremolo implementation


From: Graham Percival
Subject: Re: tremolo implementation
Date: Mon, 04 Nov 2002 19:53:02 -0800

On Mon, 04 Nov 2002 21:02:50 -0500
Michal Seta <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]