Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1575)

Unified Diff: input/regression/dynamics-avoid-cross-staff-stem.ly

Issue 6827072: Uses single algorithm for side-position spacing. (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Uses cross-staff note columns for pure height estimations Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: input/regression/dynamics-avoid-cross-staff-stem.ly
diff --git a/input/regression/dynamics-avoid-cross-staff-stem.ly b/input/regression/dynamics-avoid-cross-staff-stem.ly
index e0f4a738bed9e46a0fc4f35f440e37d057cada44..1a33f6802b99fa971ade521c79466dd3d75a1ffb 100644
--- a/input/regression/dynamics-avoid-cross-staff-stem.ly
+++ b/input/regression/dynamics-avoid-cross-staff-stem.ly
@@ -1,16 +1,19 @@
\version "2.16.0"
\header {
- texidoc = "LilyPond automatically shifts dynamics that collide with
-cross-staff stems when manual beams are used."
+ texidoc = "Dynamics are correctly nested over/under cross staff stems.
+They are, however, not yet factored into horizontal spacing - the fff
+collides with other grobs.
+"
}
\new GrandStaff <<
\new Staff = "PnRH" {
\relative g {
\stemDown gis8 \p [ \change Staff = "PnLH" \stemUp a, \fff ]
+ a8 \p [ \change Staff = "PnRH" \stemDown gis'8 \fff ]
\change Staff = "PnRH" r4
}
}
- \new Staff = "PnLH" { \clef "F" { s4 r4 } }
+ \new Staff = "PnLH" { \clef "F" { s2 r4 } }
>>

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b