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

Unified Diff: lily/include/align-interface.hh

Issue 2065041: Fix 1240. (Closed)
Patch Set: Created 13 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
« no previous file with comments | « lily/grob.cc ('k') | lily/include/grob.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/align-interface.hh
diff --git a/lily/include/align-interface.hh b/lily/include/align-interface.hh
index fc3dc12f5e33bf24f5a6d8eb7b56f3089e4aec02..3cc04272a824a51b946665d2c1858faf2d8342ac 100644
--- a/lily/include/align-interface.hh
+++ b/lily/include/align-interface.hh
@@ -32,7 +32,8 @@ struct Align_interface
static void align_elements_to_ideal_distances(Grob *);
static vector<Real> get_minimum_translations (Grob *, vector<Grob*> const&,
Axis a,
- bool safe, int start, int end);
+ bool include_fixed_spacing,
+ bool pure, int start, int end);
static void set_ordered (Grob *);
static Axis axis (Grob *);
static void add_element (Grob *, Grob *);
« no previous file with comments | « lily/grob.cc ('k') | lily/include/grob.hh » ('j') | no next file with comments »

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