X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fforbid-break-engraver.cc;h=f44d7bc27fca8656b43df95a881f0fe298a1cb90;hb=2667d308e30a7ba9fb3ab85b7b81e6e1ad856878;hp=64dedf735815329db94c45e35dadf6cc19a415e7;hpb=358d6e99ada8019268ade9ba9080b2d0d88eeb7a;p=lilypond.git diff --git a/lily/forbid-break-engraver.cc b/lily/forbid-break-engraver.cc index 64dedf7358..f44d7bc27f 100644 --- a/lily/forbid-break-engraver.cc +++ b/lily/forbid-break-engraver.cc @@ -10,7 +10,6 @@ #include "engraver.hh" #include "grob.hh" #include "input.hh" -#include "moment.hh" #include "pitch.hh" #include "rhythmic-head.hh" @@ -49,8 +48,16 @@ Forbid_line_break_engraver::start_translation_timestep () } ADD_TRANSLATOR (Forbid_line_break_engraver, - /* doc */ "Forbid line breaks when note heads " - "are still playing at some point.", - /* create */ "", - /* read */ "busyGrobs", - /* write */ "forbidBreak"); + /* doc */ + "Forbid line breaks when note heads are still playing at some" + " point.", + + /* create */ + "", + + /* read */ + "busyGrobs ", + + /* write */ + "forbidBreak " + );