diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-08-04 00:34:34 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-08-04 00:34:34 +0000 |
commit | 07b896e8b1a3e8a0caf8924bc0f70d9c5f6dedc4 (patch) | |
tree | aab7015d056410469bf072a01063bde7f69eab7a /scm | |
parent | 95bae2d9c9ebf9fd1c1e408ec39d6f20d5d53308 (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.scm | 3 |
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.") |