]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
release: 1.3.42
[lilypond.git] / lily / bar-engraver.cc
index c138d6c3c304bfba895df69bb8c877e915938430..c14198a0d25fc49bcb991616b7d0be93273d93c8 100644 (file)
@@ -29,7 +29,7 @@ Bar_engraver::create_bar ()
   if (!bar_p_)
     {
       bar_p_ = new Staff_bar;
-      bar_p_->set_elt_property ("break-aligned", SCM_BOOL_T);
+      bar_p_->set_elt_property ("break-align-symbol", ly_symbol2scm ("Staff_bar"));
 
       // urg: "" != empty...
       SCM default_type = get_property ("defaultBarType");