lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: arpeggio in drummode


From: Robin Bannister
Subject: Re: arpeggio in drummode
Date: Wed, 14 Aug 2019 18:34:09 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

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


Attachment: 0.4.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]