lilypond-user
[Top][All Lists]
Advanced

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

Re: Tone cluster


From: Valentin Villenave
Subject: Re: Tone cluster
Date: Wed, 20 May 2020 20:06:50 +0200

On 5/20/20, Pierre Perol-Schneider <address@hidden> wrote:
> Anything better?

Nothing better. I was about to suggest using a modifier Arpeggio
stencil, but your solution is simpler and better.

I’m not really sure why you’d need a music function at all, though:

%%%%

toneCluster ={
  \once \override NoteHead.stem-attachment = #'(0 . 0)
  \once \override Stem.length =
  #(lambda (grob)
     (- (ly:stem::calc-length grob) 4.5))
  \once \override Stem.thickness = #8
}

%% Test:
{
  a' \toneCluster <a a''> a' \toneCluster <a cis''''>
}

%%%%

Now, there must be a way of doing that with \tweak, but I couldn’t find it.

Cheers,
-- V.



reply via email to

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