Status: Accepted
Owner: ----
Labels: Type-Ugly Regression

New issue 3503 by [email protected]: dynamics collide more often with other systems
http://code.google.com/p/lilypond/issues/detail?id=3503

The last patch for issue 2527 changed the placement of dynamics around cross-staff beams. The dynamics avoid the beam in the less-common case where the beams are forced in the unusual direction, but increase collisions in the more-common case (first score below).

\score {<<
 \new Staff = "up" {\tempo"Vivo Molto" s1 | }
 \new Staff = "down" { \clef bass
   <c,, c,>8 [ <c,, c,>8\f
   \change Staff = "up" g' g'\! ] r2 | }>>}
\score {<<
 \new Staff = "up" {\tempo"Andantino" s1 | }
 \new Staff = "down" { \clef bass
   \stemDown
   <c,, c,>8 [ <c,, c,>8\f
   \change Staff = "up" g' g'\! ] r2 | }>>}
\score {b'1}

Attachments:
        3503.png  31.1 KB

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to