bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1410 in lilypond: Rest in lower voice should be placed above notes


From: lilypond
Subject: Issue 1410 in lilypond: Rest in lower voice should be placed above notes in in upper if voices are crossed.
Date: Wed, 17 Nov 2010 21:07:14 +0000

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




reply via email to

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