From 6d08e44d47995e80d52e024bd2ac06aad823a04e Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Mon, 20 Aug 2012 13:48:10 +0100 Subject: [PATCH] Doc: Bar_engraver is required for system-start clefs (2694) --- lily/bar-engraver.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lily/bar-engraver.cc b/lily/bar-engraver.cc index b2594a2cb8..c2abb8cd85 100644 --- a/lily/bar-engraver.cc +++ b/lily/bar-engraver.cc @@ -115,7 +115,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 ", -- 2.39.2