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

Unified Diff: lily/mensural-ligature-engraver.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/mensural-ligature.cc ('k') | lily/metronome-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/mensural-ligature-engraver.cc
diff --git a/lily/mensural-ligature-engraver.cc b/lily/mensural-ligature-engraver.cc
index 74471d1c747a3cc5a622aae9b723ab44db6dc0c9..c069d1b745aab87524b64a0357c49613a8e93830 100644
--- a/lily/mensural-ligature-engraver.cc
+++ b/lily/mensural-ligature-engraver.cc
@@ -180,7 +180,7 @@ Mensural_ligature_engraver::transform_heads (vector<Grob_info> const &primitives
// b. descendens longa or brevis
else if (i < s - 1
&& (unsmob<Pitch> (primitives[i + 1].event_cause ()
- ->get_property ("pitch"))->steps () < pitch)
+ ->get_property ("pitch"))->steps () < pitch)
&& duration_log > -3)
{
int left_stem = duration_log == -1 ? MLP_DOWN : 0;
@@ -492,7 +492,6 @@ Mensural_ligature_engraver::build_ligature (Spanner *ligature,
ligature->set_property ("minimum-length", scm_from_double (min_length));
}
-
void
Mensural_ligature_engraver::boot ()
{
« no previous file with comments | « lily/mensural-ligature.cc ('k') | lily/metronome-engraver.cc » ('j') | no next file with comments »

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