On Mon, May 16, 2011 at 3:20 PM, Colin Campbell wrote:
> Bertrand wrote:
> Example :
>
> \version "2.15"
> \new PianoStaff \with { \consists "Balloon_engraver" } <<
> \set PianoStaff.connectArpeggios = ##t
> { \balloonGrobText #'Arpeggio #'(-0.1 . 0) \markup "G.O." \repeat unfold 5
> a''\arpegg
Bertrand wrote:
Example :
\version "2.15"
\new PianoStaff \with { \consists "Balloon_engraver" } <<
\set PianoStaff.connectArpeggios = ##t
{ \balloonGrobText #'Arpeggio #'(-0.1 . 0) \markup "G.O." \repeat unfold 5
a''\arpeggio }
{ \repeat unfold 5 a\arpeggio } >>
Regards,
Bertrand
###