thanks to all who responded! i've been experimenting a bit with all the suggestions, and i came up with this myself, although i'm not quite convinced yet...
\new Staff \with {
\consists "Horizontal_bracket_engraver"
\override HorizontalBracket #'bracket-flare = #'(0.0 . 0.0)
\override HorizontalBracket #'Y-offset = #-0.7
\override Stem #'length = #7
}
\relative c'' {
<< { e4\startGroup }
\\
{ \once \override NoteHead #'X-offset = #-1.35
\once \override Stem #'stencil = ##f
dis }
\\
{ \once \override NoteHead #'X-offset = #-0.1
\once \override Stem #'stencil = ##f
e \stopGroup }
>>
}
<<attachment: cluster.png>>
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
