]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Bar_engraver is required for system-start clefs (2694)
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 20 Aug 2012 12:48:10 +0000 (13:48 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 18 Oct 2012 18:51:23 +0000 (20:51 +0200)
lily/bar-engraver.cc

index b2594a2cb871a8f4b5cff207083e36b18245aaf3..c2abb8cd85b05a7df84a85ad66bb1f595303a992 100644 (file)
@@ -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 ",