]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-bar.cc
release: 1.1.24
[lilypond.git] / lily / score-bar.cc
index 3ee87e09e5b13972993df61d48e0ce52006dbda1..a25e7ed3c444103cb75a18ebeed16d1771f299b4 100644 (file)
 #include "score-bar.hh"
 
 
+
+void
+Score_bar::do_pre_processing ()
+{
+  type_str_ = "|";
+  if (break_status_dir() != RIGHT) 
+    {
+      set_empty (true);
+      transparent_b_ = true;
+    }
+}