lilypond-user
[Top][All Lists]
Advanced

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

Re: Cluster function


From: David Kastrup
Subject: Re: Cluster function
Date: Wed, 13 Nov 2013 20:57:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Mark Knoop <address@hidden> 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




reply via email to

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