]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-bar.cc
release: 1.3.4
[lilypond.git] / lily / staff-bar.cc
index 00e71d2282e89e59750d20b67ed5f9bca4a3947b..55167bbd3266f5edafe562d547ca8083f7818da7 100644 (file)
@@ -19,3 +19,9 @@ Staff_bar::get_bar_size () const
     return (lines_i () -1) * staff_line_leading_f ();
 }
 
+void
+Staff_bar::do_pre_processing ()
+{
+  Bar::do_pre_processing ();
+  Staff_symbol_referencer::do_pre_processing ();
+}