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 () |
{ |