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



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

Reply via email to