lilypond-user
[Top][All Lists]
Advanced

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

Re: Realigning rests


From: Jean Abou Samra
Subject: Re: Realigning rests
Date: Fri, 10 Sep 2021 01:40:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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




reply via email to

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