lilypond-user
[Top][All Lists]
Advanced

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

Re: \arpeggioArrowUp across staves


From: Jonathan Wilkes
Subject: Re: \arpeggioArrowUp across staves
Date: Tue, 28 Jul 2009 22:55:57 -0700 (PDT)

Wow that was quick.  Thanks!

-Jonathan

--- On Wed, 7/29/09, Mark Polesky <address@hidden> wrote:

> From: Mark Polesky <address@hidden>
> Subject: Re: \arpeggioArrowUp across staves
> To: "Jonathan Wilkes" <address@hidden>, address@hidden
> Date: Wednesday, July 29, 2009, 7:01 AM
> 
> Jonathan Wilkes wrote:
> 
> > I've tried every combination of \arpeggioArrowUp,
> connectArpeggios, and/or 
> > arpeggio-direction to get a squiggly arpeggio with an
> upward arrow that 
> > spans both staves of a PianoStaff, but nothing seems
> to work.
> > 
> > Is it possible?  I'm looking at the arpeggio
> examples in 1.3.3 as a guide.
> 
> Yes, but this is tricky enough that I think something
> should be
> added to the docs. Maybe when I have some time I can do
> that, but
> in the meantime, here's the solution:
> 
> - Mark
> 
> \new PianoStaff \relative c'' <<
>   \set PianoStaff.connectArpeggios = ##t
>   \new Staff {
>     \override PianoStaff.Arpeggio
> #'arpeggio-direction = #UP
>     <c e g c>4\arpeggio
>   }
>   \new Staff {
>     \clef bass
>       <c,, e g c>4\arpeggio
>   }
> >>
> 
> 
> 
>       
> 







reply via email to

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