bug-lilypond
[Top][All Lists]
Advanced

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

bug in rest-placement in polyphonic music


From: Anders Vinjar
Subject: bug in rest-placement in polyphonic music
Date: Thu, 4 Nov 2010 08:59:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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





reply via email to

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