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

Unified Diff: lily/multi-measure-rest.cc

Issue 549480043: Run scripts/auxiliar/fixcc.py (Closed)
Patch Set: Created 5 years, 1 month 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/moment.cc ('k') | lily/multi-measure-rest-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/multi-measure-rest.cc
diff --git a/lily/multi-measure-rest.cc b/lily/multi-measure-rest.cc
index 4909269e90c6a9e70fd30ef70afa8e71f4d58303..e443c973b073fa33d7613fc4f4f759d226e61946 100644
--- a/lily/multi-measure-rest.cc
+++ b/lily/multi-measure-rest.cc
@@ -139,7 +139,7 @@ calc_measure_duration_log (Grob *me)
: Rational (1);
double duration = ml.Rational::to_double ();
bool round_up = to_boolean (scm_list_p (scm_member (scm_cons (scm_from_int64 (ml.numerator ()),
- scm_from_int64 (ml.denominator ())),
+ scm_from_int64 (ml.denominator ())),
me->get_property ("round-up-exceptions"))))
|| to_boolean (me->get_property ("round-up-to-longer-rest"));
int closest_usable_duration_log;
@@ -329,7 +329,7 @@ Multi_measure_rest::church_rest (Grob *me, Font_metric *musfont, int measure_cou
inner_padding = 1.0;
Real max_separation = std::max (robust_scm2double (me->get_property ("max-symbol-separation"), 8.0),
- 1.0);
+ 1.0);
inner_padding = std::min (inner_padding, max_separation);
Real left_offset = (space - symbols_width - (inner_padding * (symbol_count - 1)))
@@ -404,7 +404,7 @@ Multi_measure_rest::calculate_spacing_rods (Grob *me, Real length)
rod.item_drul_[RIGHT] = ri;
rod.distance_ = std::max (Paper_column::minimum_distance (li, ri) + length,
- minlen);
+ minlen);
rod.add_to_cols ();
}
}
« no previous file with comments | « lily/moment.cc ('k') | lily/multi-measure-rest-engraver.cc » ('j') | no next file with comments »

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