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


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to