X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fforbid-break-engraver.cc;h=9599d8e28fd1c72b71e2d398b34d62a119ff0ca7;hb=d445cda01e4d86896f55fd1cf2ccbaba8cb7917a;hp=7ad1133e4f8784c74182134c4c8daa51d1189127;hpb=7f6816438d66f6d70db5b68454d80656a0f3f131;p=lilypond.git diff --git a/lily/forbid-break-engraver.cc b/lily/forbid-break-engraver.cc index 7ad1133e4f..9599d8e28f 100644 --- a/lily/forbid-break-engraver.cc +++ b/lily/forbid-break-engraver.cc @@ -42,17 +42,15 @@ Forbid_line_break_engraver::start_translation_timestep () { Grob *g = unsmob_grob (scm_cdar (busy)); if (g->internal_has_interface (ly_symbol2scm ("rhythmic-grob-interface"))) - { - get_score_engraver ()->forbid_breaks (); - } + get_score_engraver ()->forbid_breaks (); busy = scm_cdr (busy); } } - ADD_TRANSLATOR (Forbid_line_break_engraver, - /* descr */ "Forbid line breaks when note heads are still playing at some point.", - /* creats*/ "", - /* accepts */ "", - /* reads */ "busyGrobs", + /* doc */ "Forbid line breaks when note heads " + "are still playing at some point.", + /* create */ "", + /* accept */ "", + /* read */ "busyGrobs", /* write */ "");