]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-line.cc
Doc-es: update Vocal.
[lilypond.git] / lily / bar-line.cc
index a22cd053b818177ea45b46be6889df0a001a51a4..bfd79363934f058a082eedcb8288f5a547156208 100644 (file)
@@ -48,7 +48,7 @@ Bar_line::calc_bar_extent (SCM smob)
       SCM staff_color = staff->get_property ("color");
       Real radius = Staff_symbol_referencer::staff_radius (me);
       if (bar_line_color == staff_color && radius)
-       result *= (1 - 0.5 * (Staff_symbol_referencer::line_thickness (me) / radius));
+        result *= (1 - 0.5 * (Staff_symbol_referencer::line_thickness (me) / radius));
     }
   return ly_interval2scm (result);
 }
@@ -467,6 +467,7 @@ ADD_INTERFACE (Bar_line,
                "kern "
                "thin-kern "
                "hair-thickness "
+               "has-span-bar "
                "thick-thickness "
                "glyph "
                "glyph-name "