]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar-line.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / bar-line.hh
index 57b0a4c525252dcc999e3fc2f194b4d894dbf7e6..100248dc63b338070bd41154cc23eeea0ccd5004 100644 (file)
@@ -1,28 +1,33 @@
 /*
-  bar.hh -- part of GNU LilyPond
+  This file is part of LilyPond, the GNU music typesetter.
 
-  (c) 1996--2005 Han-Wen Nienhuys
+  Copyright (C) 1996--2014 Han-Wen Nienhuys
+
+  LilyPond is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
+
+  LilyPond is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#ifndef BAR_HH
-#define BAR_HH
+#ifndef BAR_LINE_HH
+#define BAR_LINE_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
-/**
-  A vertical bar.
- */
 class Bar_line
 {
 public:
-  static bool has_interface (Grob*);
-  
-  static Stencil compound_barline (Grob*, String, Real height) ;
-  static Stencil simple_barline (Grob*, Real wid, Real height) ;      
-  DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM ));
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
-};
-#endif // BAR_HH
+  DECLARE_GROB_INTERFACE ();
 
+  static bool non_empty_barline (Grob *me);
+};
+#endif // BAR_LINE_HH