heres the bug report just sent (wo. png-files):

\version "2.13.39"
%% rests in one voice crossing other voice
<<
  {c4 c}\\
  { r8 c'' r c''}
>>

<<attachment: rest_dir_bug_1.png>>

%% Rests in mixed (rests+notes) columns don't obey Rest 'direction = #UP:
<<
  {c4 c}\\
  {\override Rest #'direction = #UP r8 c'' r c''}
>>

<<attachment: rest_dir_bug_2.png>>

%% wanted output
<<
  {c4 c}\\
  {\stemNeutral \override Stem #'neutral-direction = #UP r8 c'' r c''}
>>

<<attachment: rest_dir_bug_3.png>>

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

Reply via email to