lilypond-user
[Top][All Lists]
Advanced

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

Re: Arpeggio too short


From: Colin Wilding
Subject: Re: Arpeggio too short
Date: Wed, 10 May 2006 01:45:07 -0700 (PDT)


I've sorted out the second issue - arpeggio too close to objects on the left
- myself:

\version "2.8.1"
\layout {
        \context { \Staff 
                \override Arpeggio #'padding = #'4.0
                \override Arpeggio #'extra-offset = #'(3.0 . 0.0)
        }
}
\score { <a'' g'' d''>4\arpeggio }

(Padding exaggerated to demonstrate effect)
I still can't work out how to make the squiggle longer, though.

Colin


Colin Wilding wrote:
> 
> 
> The arpeggio squiggle on the chord in the snippet below is really short:
> 
> \version "2.8.1"
> 
> \score { <a'' g'' d''>4\arpeggio }
> 
> I presume this is intentional and not a bug, but is there any way I can
> make the arpeggio longer without an ugly tweak (such as adding another
> note to the chord and then hiding it)?
> 
> The arpeggio squiggle is also too close to objects on the left, but I
> think that may have been discussed before.
> 
> Colin
> 
> 
--
View this message in context: 
http://www.nabble.com/Arpeggio-too-short-t1590055.html#a4315422
Sent from the Gnu - Lilypond - User forum at Nabble.com.





reply via email to

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