]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-spanner.cc
patch::: 1.1.23.jcn5: URG?
[lilypond.git] / lily / volta-spanner.cc
index 2a25bb47b344e683d9e3805d579b23779d3783e5..b0c5ea4b7de8e8663f0430cc7c12526e59cae74f 100644 (file)
@@ -86,6 +86,16 @@ Volta_spanner::do_add_processing ()
   dot_p_->style_str_ = "bold";
 }
   
+Interval
+Volta_spanner::do_height () const
+{
+  /*
+    in most cases, it's a lot better not no have height...
+  */
+  Interval i;
+  return i;
+}
+
 void
 Volta_spanner::do_post_processing ()
 {