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

Unified Diff: scm/define-grobs.scm

Issue 547340043: Issue 5621: Improve rehearsal mark position at beginning of staff (Closed)
Patch Set: clean up names, division between Scheme/C++ Created 5 years, 2 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
« no previous file with comments | « lily/include/lily-guile-macros.hh ('k') | scm/output-lib.scm » ('j') | 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 5e29d9f8456d96644ad3dac9b98b868d2462e003..2b86397c4c989c7655e7664424187e36dfe5359a 100644
--- a/scm/define-grobs.scm
+++ b/scm/define-grobs.scm
@@ -446,6 +446,7 @@
. (
(axes . (,X))
(break-align-anchor . ,ly:break-aligned-interface::calc-average-anchor)
+ (break-align-anchor-alignment . ,ly:break-aligned-interface::calc-joint-anchor-alignment)
(break-visibility . ,ly:break-aligned-interface::calc-break-visibility)
(X-extent . ,ly:axis-group-interface::width)
(meta . ((class . Item)
@@ -1897,7 +1898,7 @@
(outside-staff-horizontal-padding . 0.2)
(outside-staff-priority . 1500)
(padding . 0.8)
- (self-alignment-X . ,CENTER)
+ (self-alignment-X . ,break-alignable-interface::self-alignment-opposite-of-anchor)
(stencil . ,ly:text-interface::print)
(vertical-skylines . ,grob::always-vertical-skylines-from-stencil)
(X-offset . ,self-alignment-interface::self-aligned-on-breakable)
« no previous file with comments | « lily/include/lily-guile-macros.hh ('k') | scm/output-lib.scm » ('j') | no next file with comments »

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