--- On Sat, 8/1/09, Neil Puttock <[email protected]> wrote:
> From: Neil Puttock <[email protected]>
> Subject: Re: First Lilypond Score
> To: "Jonathan Wilkes" <[email protected]>
> Cc: [email protected]
> Date: Saturday, August 1, 2009, 12:42 AM
> 2009/7/31 Jonathan Wilkes <[email protected]>:
>
> > cross-staff tremolos - when doing a "\repeat tremolo 4
> { c16 d }", you
> > can't put a "\change" inside the brackets, so I had to
> use an
> > "\autochange" to get cross-staff tremolos.
>
> This isn't true. As long as you bear in mind that
> there can only be
> two music arguments to \repeat tremolo, all that's required
> is to
> place the note which changes stave inside braces together
> with the
> \change command: this ensures the \repeat function
> interprets the
> music correctly, i.e., as two elements instead of three.
>
> <<
> \new Staff = up {
> s2
> }
> \new Staff = down {
> \repeat tremolo 4 {
> c'16
> { \change Staff = up d'16 }
> }
> }
> >>
Thanks a lot, that's a big help!
-Jonathan
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user