X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fengraver.cc;h=70a8bf512fb51ae71e1a3e05627c1b00e04027a7;hb=a8f3bf6456d8d8abf5998216c528e873db1064b3;hp=84780dd0a2fc489997560a472ab67db2bb18fab3;hpb=c5a3f0c024f4cb629811cff9eb04abff36e94138;p=lilypond.git diff --git a/lily/engraver.cc b/lily/engraver.cc index 84780dd0a2..70a8bf512f 100644 --- a/lily/engraver.cc +++ b/lily/engraver.cc @@ -90,11 +90,11 @@ Engraver::Engraver () static SCM creation_callback = SCM_EOL; LY_DEFINE (ly_set_grob_creation_callback, "ly:set-grob-creation-callback", 1, 0, 0, (SCM cb), - "Specify a procedure that will be called every time a new grob " - "is created. The callback will receive as arguments the grob " - "that was created, the name of the C++ source file that caused " - "the grob to be created and the corresponding line number in the " - "C++ source file.") + "Specify a procedure that will be called every time a new grob" + " is created. The callback will receive as arguments the grob" + " that was created, the name of the C++ source file that caused" + " the grob to be created, and the corresponding line number in" + " the C++ source file.") { LY_ASSERT_TYPE (ly_is_procedure, cb, 1);