]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-bar.cc
patch::: 1.3.98.jcn1
[lilypond.git] / lily / staff-bar.cc
index 44be80a76af43afe400735dedfe84a2560fe320f..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,16 +1 @@
-/*   
-  staff-bar.cc --  implement Staff_bar
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
 
-#include "staff-bar.hh"
-
-Real
-Staff_bar::get_bar_size () const
-{
-  return 4 * staff_line_leading_f ();
-}