]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system-start-delimiter.hh
* scm/lily.scm (define-scheme-options): add paper-size option.
[lilypond.git] / lily / include / system-start-delimiter.hh
index dfa2c60a57201d8f8e41eeaeb65d4a3e6b27d3ed..44906c9a1e8268ced51306a63c6bbf4c16f947e0 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   System-start-delimiter.hh -- declare System_start_delimiter
-     
+
   source file of the GNU LilyPond music typesetter
-  
+
   (c) 2000--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+*/
 
 #ifndef SYSTEM_START_DELIMITER_HH
 #define SYSTEM_START_DELIMITER_HH
 
 /*
   Braces/brackets across staves.
- */
+*/
 class System_start_delimiter
 {
 public:
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
-  
-  
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static void try_collapse (Grob*);
-  static Stencil staff_bracket (Grob*, Real) ;
-  static Stencil staff_brace (Grob*, Real) ;
-  static Stencil simple_bar (Grob*, Real) ;
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  static void try_collapse (Grob *);
+  static Stencil staff_bracket (Grob *, Real);
+  static Stencil old_staff_bracket (Grob *, Real);
+  static Stencil staff_brace (Grob *, Real);
+  static Stencil simple_bar (Grob *, Real);
 };
 
 #endif /* SYSTEM_START_DELIMITER_HH */