]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/vaticana-ligature.cc
* Documentation/user/refman.itely: bugfix: "Chord namess" ->
[lilypond.git] / lily / vaticana-ligature.cc
index 6371a78d607ff8b14c31e4e86dcd09f7eaf5764b..2f0cd7bc09deb847a3ce1b7ee20760a24386c691 100644 (file)
@@ -255,8 +255,7 @@ vaticana_brew_primitive (Grob *me, bool ledger_take_space)
       if (!join_left)
        programming_error (_f ("Vaticana_ligature: (join_left == 0)"));
       Real blotdiameter = (me->get_paper ()->get_var ("blotdiameter"));
-      Interval x_extent =
-       Interval (0, thickness);
+      Interval x_extent = Interval (0, thickness);
       Interval y_extent = (join_left > 0) ?
        Interval (-join_left * 0.5 * staff_space, 0) : // ascending join
        Interval (0, -join_left * 0.5 * staff_space); // descending join