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.



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to