RE: Stem.note-collision-threshold

2022-03-14 Thread Robert Mengual
zo de 2022 0:05 Para: Robert Mengual ; lilypond-user@gnu.org Asunto: Re: Stem.note-collision-threshold Hi Robert, Le 11/03/2022 à 18:05, Robert Mengual a écrit : > Hello everyone, > > I am developing a custom music notation in which distance between > notes is different from the stan

Re: Stem.note-collision-threshold

2022-03-12 Thread Jean Abou Samra
causes notes in the same chord that are 1 tone away to overlap. I wanted to fix this by overriding Stem.note-collision-threshold to 1.5 (which would solve it). However, it won't allow to pass float numbers. My question is, shouldn't it allow them? Why not? Comparing floats is haz

Stem.note-collision-threshold

2022-03-11 Thread Robert Mengual
. I wanted to fix this by overriding Stem.note-collision-threshold to 1.5 (which would solve it). However, it won't allow to pass float numbers. My question is, shouldn't it allow them? Why not? In any case, does anyone know how might I approach this challenge in a different way? I tri