Here is an example of the arpeggio approach (not dashed).
Cheers,
Robin
\version "2.12.3"
#(define (thin-line grob)
(let* (
(pos (ly:grob-property grob 'positions))
(lo-hi (interval-widen pos -1.2))
(thin 0.05))
(make-line-stencil thin 0 (interval-start lo-hi) 0 (interval-end lo-hi))
))
%
\new StaffGroup \with {
connectArpeggios = ##t
\override Arpeggio #'X-offset = #0.6
\override Arpeggio #'stencil = #thin-line
}
<<
\new Staff { c' c'\arpeggio c'' c''\arpeggio }
\new Staff { b b \arpeggio b' b' \arpeggio }
>>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user