bug-lilypond
[Top][All Lists]
Advanced

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

Re: makeCluster behaves strangely with repeated notes


From: Gilberto Agostinho
Subject: Re: makeCluster behaves strangely with repeated notes
Date: Thu, 18 Jun 2015 19:33:49 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

That's correct, Simon.

In my opinion it should produce a line rather than a trapezium. These thin lines are useful for some types of graphical notations, have a look at this example here: http://lilypond.1069038.n5.nabble.com/file/n177973/37.png (for the code behind this snippet, see http://lilypond.1069038.n5.nabble.com/offseting-makeCluster-td177973.html )

Best,
Gilberto

On 18/06/15 19:27, Simon Albrecht wrote:
Am 18.06.2015 um 17:06 schrieb Gilberto Agostinho:
% strange behaviour when more than 2 notes are repeated
\makeClusters {
  \override ClusterSpanner.padding = #'-0.25
  c'1
  c'
  c'
}
The following shows that it’s not a triangle but a trapezium which is drawn:

% strange behaviour when more than 2 notes are repeated
\makeClusters {
  \override ClusterSpanner.padding = #'-0.25
  \repeat unfold 5 c'1
}

Yours, Simon




reply via email to

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