]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-bar.cc
release: 1.3.65
[lilypond.git] / lily / staff-bar.cc
index e47791433241b28d949a77d7c6014577db4f5ed3..c74c0bcfb7b8ec1a2778c05d80c4cf59cc6a2d07 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -19,7 +19,13 @@ Staff_bar::get_bar_size () const
   else
     {
       Staff_symbol_referencer_interface si (this);
-      return (si.lines_i () -1) * si.staff_space ();
+      return (si.line_count () -1) * si.staff_space ();
     }
 }
 
+
+Staff_bar::Staff_bar (SCM s)
+  : Bar (s)
+{
+
+}