]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/base-span-bar-engraver.hh
release: 1.1.42
[lilypond.git] / lily / include / base-span-bar-engraver.hh
index 47c274d758c2528a74d6825d8f7d517f794acf85..87a24103c35641b29c6436fb7cc0bce9c09b464f 100644 (file)
@@ -15,14 +15,17 @@ class Axis_align_spanner;
 /** 
 
   Make bars that span multiple "staffs". Catch bars, and span a
-  Span_bar over them if we find more than 2 bars
+  Span_bar over them if we find more than 2 bars.  Vertical alignment
+  of staffs changes the appearance of spanbars.  It is up to the
+  aligner (Vertical_align_engraver, in this case, to add extra
+  dependencies to the spanbars.
 
   */
 class Base_span_bar_engraver : public Engraver
 {
   Span_bar * spanbar_p_;
   Array<Bar*> bar_l_arr_;
-  Axis_align_spanner * valign_l_;
+
 public:
   VIRTUAL_COPY_CONS(Translator);