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

Unified Diff: lily/align-interface.cc

Issue 5293053: Sketch for in-notes. (Closed)
Patch Set: Updates after Neil's comments. Created 12 years, 5 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 | « input/regression/in-note.ly ('k') | lily/constrained-breaking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/align-interface.cc
diff --git a/lily/align-interface.cc b/lily/align-interface.cc
index 44c30e6013027c78a74ef90c3b7f1a66960a91ba..00ea0029e31717f0767efdb6c260f6ac799850d5 100644
--- a/lily/align-interface.cc
+++ b/lily/align-interface.cc
@@ -290,7 +290,7 @@ Align_interface::align_elements_to_ideal_distances (Grob *me)
System *sys = me->get_system ();
if (sys)
{
- Page_layout_problem layout (NULL, SCM_EOL, scm_list_1 (sys->self_scm ()), 0);
+ Page_layout_problem layout (NULL, SCM_EOL, scm_list_1 (sys->self_scm ()));
layout.solution (true);
}
else
« no previous file with comments | « input/regression/in-note.ly ('k') | lily/constrained-breaking.cc » ('j') | no next file with comments »

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