bug-lilypond
[Top][All Lists]
Advanced

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

Issue 631 in lilypond: Collision piano centered dynamics and cross-staf


From: codesite-noreply
Subject: Issue 631 in lilypond: Collision piano centered dynamics and cross-staff barlines
Date: Thu, 05 Jun 2008 00:26:56 -0700

Issue 631: Collision piano centered dynamics and cross-staff barlines
http://code.google.com/p/lilypond/issues/detail?id=631

New issue report by v.villenave:
% When the dynamics have their own Voice, they tend to collide
% with barlines. Adding the Bar_engraver doesn't help.

\version "2.11.47"
upper = \relative c'' {
a4 b c d |
e4 e e e |
}

lower = \relative c {
\clef bass
a2 c |
a1 |
}

dynamics = {
s1\fff\> |
s1\!\pp |
}

% When the dynamics and music are in the same voice, the bar lines are avoided:
\new GrandStaff <<
\new Staff \new Voice << \upper \dynamics >>
\new Staff \lower


% When the dynamics is in a separate Voice, you get a collision
% with the bar line. Bug!
\new GrandStaff <<
\new Staff << \new Voice \upper \new Voice \dynamics >>
\new Staff \lower



Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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