bug-lilypond
[Top][All Lists]
Advanced

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

Re: cross staff notes collide


From: Janek Warchoł
Subject: Re: cross staff notes collide
Date: Tue, 9 Apr 2013 23:51:00 +0200

Hi,

2013/4/9 Evan Laforge <address@hidden>:
>>>> It's not automatic - you have control.  Try using voices, and
>>>> checking the output for error messages:
>>>
>>> Right, it's easy to fix manually, \stemUp works too.  But that goes
>>> for all collision / ugliness bugs.  The ideal is that it automatically
>>> finds the prettiest possible way to lay things out, yes?
>>
>> That is consistent with the instructions it has been given.
>
> Indeed, but I didn't give it any stem direction instructions, it picks
> the colliding direction on its own.

I agree with Evan.  If there are no instructions given, Lily is free
to do whatever she wants, and we can expect her to solve the problem
automatically.  For example, if both voices were placed entirely on
the same staff, collision would be avoided:

\score {
  \new Staff = "up" <<
    \new Voice {
      f''8 e''8 e'' e''
    }
    \new Voice {
      e'8 g'8 g' g'
    }
  >>
}

However, i agree that in case of voices crossing staves, it might be
not possible to reliably decide how they should be laid out.
In other words, i don't expect this to be solved anytime soon.

Janek

Attachment: crossing-voices.png
Description: PNG image


reply via email to

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