summaryrefslogtreecommitdiff
path: root/scm
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-08-04 00:34:34 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-08-04 00:34:34 +0000
commit07b896e8b1a3e8a0caf8924bc0f70d9c5f6dedc4 (patch)
treeaab7015d056410469bf072a01063bde7f69eab7a /scm
parent95bae2d9c9ebf9fd1c1e408ec39d6f20d5d53308 (diff)
* lily/paper-column.cc (set_system): new function.
* lily/spacing-engraver.cc (stop_translation_timestep): store SpacingSpanner refs in Paper_column. * lily/spacing-loose-columns.cc (set_loose_columns): rewrite compute loose clique spacing using GraceSpacing/SpacingSpanner.
Diffstat (limited to 'scm')
-rw-r--r--scm/define-grob-properties.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index 9d59719a8a..37a4c35749 100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -526,7 +526,8 @@ paper-columns or note-column objects.")
in addition to notes and stems.")
(elements ,ly:grob-array? "list of grobs, type depending on the Grob
where this is set in.")
- (grace-spacing ,ly:grob-array? "a run of grace notes.")
+ (grace-spacing ,ly:grob? "a run of grace notes.")
+ (spacing ,ly:grob? "the spacing spanner governing this section.")
(heads ,ly:grob-array? "List of note heads.")
(items-worth-living ,ly:grob-array? "A list of interesting items. If
empty in a particular staff, then that staff is erased.")