Mark Knoop <m...@opus11.net> writes:

> Has anyone had success making clusters such as in the attached image?
> This is not possible with the builtin \makeClusters function which
> removes stems, beams, accidentals, etc. 
>
> Ideally code something like
>
> <cis' ais''>8. \cluster <c' ais''>8. 
>
> to produce this example. 
>
> If not, any ideas as to where to start with such a function? I suppose
> I just need to get the positions of the two noteheads and draw a thick
> line in between.

Well, I would have tried

\new Staff {
  \accidentalStyle forget
  <cis' ais'>8. << <cis' ais'>8. \makeClusters <c' ais'>8. >>
}

but the result still leaves something to be desired...

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to