William Bajzek wrote:
> My expectation and hope is that it would show the arpeggio
> bracket instead of the zigzag one, but it doesn't. Can
> this be done?

Yes.
- Mark

* * * * * * * * * *

arpeggioBracketStaff = {
  \revert Staff.Arpeggio #'X-extent
  \override Staff.Arpeggio #'stencil =
    #ly:arpeggio::brew-chord-bracket
}

\new Staff \with {
  \consists "Span_arpeggio_engraver"
}
\relative c' {
  \set Staff.connectArpeggios = ##t
  \arpeggioBracketStaff
  <<
    { <e' g>4\arpeggio <d f> <d f>2 } \\
    { <d, f>2\arpeggio <g b>2 }
  >>
}


      

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

Reply via email to