]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-number-engraver.cc
''
[lilypond.git] / lily / bar-number-engraver.cc
index 5d6373392fb014ef4d325d96d4ba63f030b1c8ec..bd04befbbc17a7b655a515ccaa2eb310644d7a65 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  bar-number-grav.cc -- implement Bar_number_engraver
+  bar-number-engraver.cc -- implement Bar_number_engraver
 
   source file of the GNU LilyPond music typesetter
 
 #include "engraver.hh"
 #include "translator-group.hh"
 
+/*
+  
+TODO: detect the top staff (staffsFound), and acknowledge staff-group
+system-start-delims. If we find these, and the top staff is in the
+staff-group, add padding to the bar number.
+
+*/
+
 
 class Bar_number_engraver : public Engraver
 {