lilypond-user
[Top][All Lists]
Advanced

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

Re: First Lilypond Score


From: Jonathan Wilkes
Subject: Re: First Lilypond Score
Date: Fri, 31 Jul 2009 19:44:30 -0700 (PDT)



--- On Sat, 8/1/09, Neil Puttock <address@hidden> wrote:

> From: Neil Puttock <address@hidden>
> Subject: Re: First Lilypond Score
> To: "Jonathan Wilkes" <address@hidden>
> Cc: address@hidden
> Date: Saturday, August 1, 2009, 12:42 AM
> 2009/7/31 Jonathan Wilkes <address@hidden>:
> 
> > 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







reply via email to

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