Le 10/09/2021 à 00:28, Kira Garvie a écrit :
Another question! Sorry for the photo: I’m in a cafe with no internet at the moment. I need to get the alto rests at the end of the bar out of the way of the soprano. The alto is \voiceTwo, the soprano is \voiceOne. What I found online was for multi measure rests of a long duration, these aren’t the whole measure and are very short.
Normally, LilyPond avoids such collisions, as you can see from this example: \version "2.16.2" \new Staff << { \voiceOne c'16 } \new Voice { \voiceTwo r16 } >> So the question is why this is not happening here. There is probably something interfering with voice handling in your code. Could you provide a compilable example demonstrating the problem? Have a look at http://lilypond.org/tiny-examples.fr.html for inspiration.
I should specify I’m on version 2.16.2. It’s for work, and that’s the version they need.
We rarely meet people (visibly) using LilyPond at work, so if you're comfortable sharing that, I at least would be interested to know whom you're working for! Best regards, Jean