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

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

Issue 4528061: Start towards fixing the tie / time signature collision problem. (Closed)
Patch Set: Created 12 years, 10 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 | « ly/engraver-init.ly ('k') | scm/define-grobs.scm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scm/define-grob-properties.scm
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index 7fd0b138190bf35f20d9fcec62934c92af86839b..fe7e7648d1790bdfda0e26103d4068f7c1776ab6 100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -979,6 +979,7 @@ function is to protect objects from being garbage collected.")
(bars ,ly:grob-array? "An array of bar line pointers.")
(beam ,ly:grob? "A pointer to the beam, if applicable.")
+ (blocking-grobs ,ly:grob-array? "Grobs blocking a tie.")
(bounded-by-me ,ly:grob-array? "An array of spanners that have this
column as start/begin point. Only columns that have grobs or act as
bounds are spaced.")
@@ -1014,6 +1015,7 @@ empty in a particular staff, then that staff is erased.")
(keep-alive-with ,ly:grob-array? "An array of other
@code{VerticalAxisGroup}s. If any of them are alive, then we will stay alive.")
+ (keep-regions ,list? "Regions in a tie to keep.")
(left-items ,ly:grob-array? "DOCME")
(left-neighbor ,ly:grob? "The right-most column that has a spacing-wish
« no previous file with comments | « ly/engraver-init.ly ('k') | scm/define-grobs.scm » ('j') | no next file with comments »

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