--- On Sat, 8/1/09, Neil Puttock <n.putt...@gmail.com> wrote:

> From: Neil Puttock <n.putt...@gmail.com>
> Subject: Re: First Lilypond Score
> To: "Jonathan Wilkes" <jancs...@yahoo.com>
> Cc: lilypond-user@gnu.org
> Date: Saturday, August 1, 2009, 12:42 AM
> 2009/7/31 Jonathan Wilkes <jancs...@yahoo.com>:
> 
> > 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
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to