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

Unified Diff: scm/define-grobs.scm

Issue 4814041: Fix for Issue 620. (Closed)
Patch Set: Rebased against current master. Created 12 years, 7 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
« lily/line-spanner.cc ('K') | « scm/define-grob-properties.scm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-grobs.scm
diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm
index ff792baedb2657918c76f15fbbe91d77989c8828..bfe0323b8fd5a2318dbda52cd5041919e447e482 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -1414,6 +1414,7 @@
(NoteColumn
. (
(axes . (,X ,Y))
+ (bound-alignment-interfaces . (rhythmic-head-interface stem-interface))
(horizontal-skylines . ,ly:separation-item::calc-skylines)
(skyline-vertical-padding . 0.15)
(X-extent . ,ly:axis-group-interface::width)
@@ -1518,6 +1519,7 @@
(allow-loose-spacing . #t)
(axes . (,X))
(before-line-breaking . ,ly:paper-column::before-line-breaking)
+ (bound-alignment-interfaces . (note-column-interface))
(horizontal-skylines . ,ly:separation-item::calc-skylines)
(keep-inside-line . #t)
;; (stencil . ,ly:paper-column::print)
« lily/line-spanner.cc ('K') | « scm/define-grob-properties.scm ('k') | no next file » | no next file with comments »

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