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

Unified Diff: lily/include/side-position-interface.hh

Issue 12857043: Excludes grobs supported by cross-staff grobs from pure-relevant calculations
Patch Set: Allows all items to be pure relevant Created 11 years, 7 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
Index: lily/include/side-position-interface.hh
diff --git a/lily/include/side-position-interface.hh b/lily/include/side-position-interface.hh
index e7c1637471bdbedf4052acf45f73400d92a2704d..28c47144962df60a2efd632e08d903eca23f4c2c 100644
--- a/lily/include/side-position-interface.hh
+++ b/lily/include/side-position-interface.hh
@@ -48,6 +48,7 @@ public:
static void add_support (Grob *, Grob *);
static void recursive_add_support (Grob *, Grob *);
static void add_staff_support (Grob *);
+ static bool supported_by_cross_staff_grob (Grob *);
};
#endif /* SIDE_POSITION_INTERFACE_HH */

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