X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-spanner.cc;h=fd3e8e386df5be993c85245aa76bb5d2ad30ecf0;hb=7ba314d34db2c69e7b87bb926705863c80aeb99f;hp=4bf6d551d838487d46fa4366643dc33deca4367a;hpb=108cf0e8c08c8e15e2a800feb161cfad9057daa8;p=lilypond.git diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index 4bf6d551d8..fd3e8e386d 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -7,7 +7,9 @@ */ #include + #include +using namespace std; #include "spacing-spanner.hh" #include "paper-column.hh" @@ -24,7 +26,8 @@ #include "spacing-interface.hh" Rational -Spacing_spanner::effective_shortest_duration (Grob *me, Link_array const &all) +Spacing_spanner::effective_shortest_duration (Grob *me, + Link_array const &all) { SCM preset_shortest = me->get_property ("common-shortest-duration"); Rational global_shortest; @@ -438,9 +441,15 @@ ADD_INTERFACE (Spacing_spanner, "spacing-spanner-interface", "head width) A 16th note is followed by 0.5 note head width. The\n" "quarter note is followed by 3 NHW, the half by 4 NHW, etc.\n", - "grace-space-factor spacing-increment base-shortest-duration strict-note-spacing " - "shortest-duration-space common-shortest-duration uniform-stretching " - "packed-spacing "); + "grace-space-factor " + "spacing-increment " + "base-shortest-duration " + "strict-note-spacing " + "shortest-duration-space " + "common-shortest-duration " + "uniform-stretching " + "packed-spacing " + ); ADD_INTERFACE (Spacing_interface, "spacing-interface", "Something to do with line breaking and spacing. "