X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fledger-line-spanner.cc;h=052e69ba1959daca8a6cf3fd64651460fdb1d99c;hb=c89f780d0c5c221e766ee6e818dcd85307fffaae;hp=62d52b64c19dbc7afc31c0c00ee8d839a9704d22;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/ledger-line-spanner.cc b/lily/ledger-line-spanner.cc index 62d52b64c1..052e69ba19 100644 --- a/lily/ledger-line-spanner.cc +++ b/lily/ledger-line-spanner.cc @@ -28,7 +28,7 @@ struct Ledger_line_spanner Interval x_extent, Real left_shorten); - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); }; Stencil @@ -42,7 +42,7 @@ Ledger_line_spanner::brew_ledger_lines (Grob *staff, { int line_count = (staff_extent.contains (pos) ? 0 - : sign (pos) * int (rint(pos - staff_extent[Direction (sign (pos))])) / 2); + : sign (pos) * int (rint (pos - staff_extent[Direction (sign (pos))])) / 2); Stencil stencil; if (line_count) { @@ -366,7 +366,7 @@ ADD_INTERFACE (Ledger_line_spanner, struct Ledgered_interface { - DECLARE_GROB_INTERFACE(); + DECLARE_GROB_INTERFACE (); }; ADD_INTERFACE (Ledgered_interface,