edes wrote:

I'm very close to what I want, but is there a way to tweak the length of
the brackets?

You can override the positions property.
Try

\new DrumStaff \with {
  \override NoteColumn.ignore-collision = ##t
  \override Arpeggio.thickness  = #2.0
  \override Arpeggio.positions = #(lambda(grob)
    (interval-widen (ly:arpeggio::calc-positions grob) -0.4))
  \omit TimeSignature
}

This changes all your arpeggios.
It says 'widen' but the 0.4 is negative, effecting 'shorter'.
I chose 0.4 to keep them off the staff lines.


Cheers,
Robin


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to