X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-engraver.cc;h=cf217be3b08efbb2baa9e5b949d361f9c38f00a6;hb=608c933383697574c61efe2e9c47982f23ee2ee2;hp=b2594a2cb871a8f4b5cff207083e36b18245aaf3;hpb=a1b73185eae2f07dfee3cfcac0a6f11a15075ffe;p=lilypond.git diff --git a/lily/bar-engraver.cc b/lily/bar-engraver.cc index b2594a2cb8..cf217be3b0 100644 --- a/lily/bar-engraver.cc +++ b/lily/bar-engraver.cc @@ -33,7 +33,6 @@ class Bar_engraver : public Engraver { public: TRANSLATOR_DECLARATIONS (Bar_engraver); - void request_bar (string type_string); protected: void stop_translation_timestep (); @@ -115,7 +114,9 @@ ADD_TRANSLATOR (Bar_engraver, /* doc */ "Create barlines. This engraver is controlled through the" " @code{whichBar} property. If it has no bar line to create," - " it will forbid a linebreak at this point.", + " it will forbid a linebreak at this point. This engraver" + " is required to trigger the creation of clefs at the start" + " of systems.", /* create */ "BarLine ",