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: Simon Albrecht
Subject: Re: makeCluster behaves strangely with repeated notes
Date: Thu, 18 Jun 2015 19:27:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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]