Hi all,

As a workaround, you could add invisible note heads to the chord.
yes, that works - but ....

Why not use #'positions?

%%%%%%%%%%
\version "2.11.56"
\paper { line-width = 5\in }

music = \relative c''
{
        <c d>1\arpeggio
        \once \override Arpeggio #'positions = #'(-1 . 1) <c d>\arpeggio
        <c d>1\arpeggio
}

\score { \music }
%%%%%%%%%%

Hope this helps!
Kieren.


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

Reply via email to