From: Trevor Daniels <t.daniels@treda.co.uk>
Date: Mon, 20 Aug 2012 12:48:10 +0000 (+0100)
Subject: Doc: Bar_engraver is required for system-start clefs (2694)
X-Git-Tag: release/2.17.6-1~46^2~3^2~39
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d08e44d47995e80d52e024bd2ac06aad823a04e;p=lilypond.git

Doc: Bar_engraver is required for system-start clefs (2694)
---

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 ",