Re: arpeggio in drummode

2019-08-14 Thread edes
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

Re: arpeggio in drummode

2019-08-14 Thread Robin Bannister
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

Re: arpeggio in drummode

2019-08-14 Thread edes
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

Re: arpeggio in drummode

2019-08-13 Thread Aaron Hill
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

arpeggio in drummode

2019-08-13 Thread edes
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