el 2019-08-14 a las 18:34 Robin Bannister escribió:
> 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
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
el 2019-08-13 a las 22:36 Aaron Hill escribió:
> Try:
>
>
> \version "2.19.83"
>
> \new DrumStaff
> \with { \consists "Arpeggio_engraver" }
Excellent, thank you! Almost there... ;-)
I'm very close to what I want, but is there a way to tweak the length of
the brackets?
What I'm actual
On 2019-08-13 9:22 pm, edes wrote:
Hello, list.
It seems it's not possible to use \arpeggio in drummode, or am I
missing
something?
The following code doesn't throw any errors but it doesn't show
anything.
\version "2.21.0"
\new DrumStaff
\drummode {
2
\arpe
Hello, list.
It seems it's not possible to use \arpeggio in drummode, or am I missing
something?
The following code doesn't throw any errors but it doesn't show anything.
\version "2.21.0"
\new DrumStaff
\d