lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio next to a chord


From: Miklos Vajna
Subject: Re: Arpeggio next to a chord
Date: Thu, 15 Jan 2009 04:43:05 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Mon, Jan 12, 2009 at 12:11:52PM +1100, Brett Duncan <address@hidden> wrote:
> Rather than subverting your major 7th symbol, you could also set up a 
> chord exception that adds the arpeggio when you add the 15th to the 
> chord (which of course you would normally never do):

Hi Brett,

I like this, but how can I make it work, not only with minors?

I mean 'e1:m5.15' currently works with your solution, but 'g1:5.15'.

> arpeggioGuitar = \markup \override #'(baseline-skip . -2 ) {
>          \musicglyph #"space"
>          \center-column {
>                  \center-column {
>                          \musicglyph #"scripts.arpeggio"
>                          \musicglyph #"scripts.arpeggio"
>                          \musicglyph #"scripts.arpeggio"
>                  }
>                  \musicglyph #"scripts.arpeggio.arrow.M1"
>          }
> }
> 
> chExceptionMusic =  {
>       <c ees g c''>1-\markup {m \super \arpeggioGuitar }
> }

^ I guess I have to add something here. :)

Thanks!

Attachment: pgpO9NZ6T0AqR.pgp
Description: PGP signature


reply via email to

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