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

Unified Diff: scm/define-grob-properties.scm

Issue 7574048: Eliminates side poisition calculations for system-start-text grobs. (Closed)
Patch Set: Fixes StanzaNumber positioning Created 12 years 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: scm/define-grob-properties.scm
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index 9afb49a0a32e4c3fb471df85f1ad3aea23f06ca4..c35b5e19098350b29863b885583dc791486abba2 100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -1174,6 +1174,8 @@ results, use @code{LEFT} and @code{RIGHT}.")
(staff-symbol ,ly:grob? "The staff symbol grob that we are in.")
(stem ,ly:grob? "A pointer to a @code{Stem} object.")
(stems ,ly:grob-array? "An array of stem objects.")
+ (system-start-text-alignment-elements ,ly:grob-array? "Elements
+used to align system start text.")
(tie ,ly:grob? "A pointer to a @code{Tie} object.")
(ties ,ly:grob-array? "A grob array of @code{Tie} objects.")

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