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

Unified Diff: lily/include/spacing-spanner.hh

Issue 348940044: Issue 5340: Simplify Spacing_spanner::get_columns (Closed)
Patch Set: Created 5 years, 9 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 | « lily/include/paper-column.hh ('k') | lily/include/system.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/spacing-spanner.hh
diff --git a/lily/include/spacing-spanner.hh b/lily/include/spacing-spanner.hh
index fcfba904175f8a4a830306f557dd587f6bb8c4e8..cfb785764b9c4358398d4e450657e6830e6cdcc5 100644
--- a/lily/include/spacing-spanner.hh
+++ b/lily/include/spacing-spanner.hh
@@ -44,7 +44,7 @@ private:
static void musical_column_spacing (Grob *, Item *, Item *, Spacing_options const *);
static bool fills_measure (Grob *, Item *, Item *);
public:
- static vector<Grob *> get_columns (Grob *me);
+ static vector<Grob *> get_columns (Spanner *me);
static Spring note_spacing (Grob *, Grob *, Grob *, Spacing_options const *);
static Spring standard_breakable_column_spacing (Grob *me, Item *l, Item *r, Spacing_options const *);
« no previous file with comments | « lily/include/paper-column.hh ('k') | lily/include/system.hh » ('j') | no next file with comments »

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