lilypond-user
[Top][All Lists]
Advanced

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

Re: arpeggio line


From: David Nalesnik
Subject: Re: arpeggio line
Date: Sun, 15 Jul 2012 12:31:32 -0500



On Sun, Jul 15, 2012 at 12:28 PM, David Nalesnik <address@hidden> wrote:

[replying to list]

Hi Mario,

On Sun, Jul 15, 2012 at 12:01 PM, Mario Moles <address@hidden> wrote:

In data domenica 15 luglio 2012 11:38:34, hai scritto:

\offset Arpeggio #'positions #'(-1 . 1) will move each endpoint one staff-space from where it would be ordinarily. You can (with current development versions) alter just one arpeggio like so: \once \offset Arpeggio #'positions #'(-1 . 1)



Good! And for the horizontal displacement? Thank you!


You can apply the command to 'X-extent, too.  The following will give you the same result as the overrides Harm included in \arpeggioStrikeUp and \arpeggioStrikeDown:

\offset Arpeggio #'X-extent #'(-0.4 . -0.4)

If you are going to use this approach, recognize that you won't be offsetting from the values of 'X-extent created by the overrides Harm included in his functions, rather LilyPond's default values.

One more thing: you'll need to comment out the overrides of 'X-extent from \arpeggioStrikeUp and \arpeggioStrikeDown so they don't interfere with \offset (if you decide to experiment with it).

-David 

reply via email to

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