Hi Peter, On 8/3/07, Peter Terpstra <[EMAIL PROTECTED]> wrote: > > > How do i connect a arpeggio between 2 voices?
Add the Span_arpeggio_engraver to your Staff context, i.e.
\score {
\staffClassicalGuitar
\layout {
\context { \Staff
\consists "Span_arpeggio_engraver"
}
}
}
Regards,
Neil
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
