Greetings, Anders Vinjar -

> I'm not top posting.

\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''}
>>

Thank you for your email. This has been added as issue # 1410 :
http://code.google.com/p/lilypond/issues/detail?id=1410

Pondly,

Ralph
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to