Status: Accepted
Owner: ----
Labels: Type-Other
New issue 1410 by RalphBugList: Rest in lower voice should be placed above
notes in in upper if voices are crossed.
http://code.google.com/p/lilypond/issues/detail?id=1410
\version "2.13.39"
%% rests in one voice crossing other voice
<<
{c4 c}\\
{ r8 c'' r c''}
%% Rests in mixed (rests+notes) columns don't obey Rest 'direction = #UP:
<<
{c4 c}\\
{\override Rest #'direction = #UP r8 c'' r c''}
%% wanted output
<<
{c4 c}\\
{\stemNeutral \override Stem #'neutral-direction = #UP r8 c'' r c''}
Related discussions and threads:
http://lists.gnu.org/archive/html/lilypond-user/2007-06/msg00350.html
http://code.google.com/p/lilypond/issues/detail?id=384
http://lists.gnu.org/archive/html/lilypond-user/2010-11/msg00014.html
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond