X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsystem-start-delimiter.hh;h=115c8cd37a74a02ac148a7dbc9c04e30d03c011a;hb=060b9ebe2fc8c253768e36978542668fc3d050e0;hp=9765951fedb683e94712580d68ad267fb2c7885d;hpb=b1a2da9808d72008166aec4c7af9f923ca38064b;p=lilypond.git diff --git a/lily/include/system-start-delimiter.hh b/lily/include/system-start-delimiter.hh index 9765951fed..115c8cd37a 100644 --- a/lily/include/system-start-delimiter.hh +++ b/lily/include/system-start-delimiter.hh @@ -1,11 +1,10 @@ -/* +/* System-start-delimiter.hh -- declare System_start_delimiter - + source file of the GNU LilyPond music typesetter - - (c) 2000--2002 Han-Wen Nienhuys - - */ + + (c) 2000--2006 Han-Wen Nienhuys +*/ #ifndef SYSTEM_START_DELIMITER_HH #define SYSTEM_START_DELIMITER_HH @@ -15,19 +14,20 @@ /* Braces/brackets across staves. - */ +*/ class System_start_delimiter { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - + DECLARE_SCHEME_CALLBACK (print, (SCM)); + + static bool has_interface (Grob *); + 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); + static Stencil line_bracket (Grob *, Real); - static bool has_interface (Grob*); - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - static void try_collapse (Grob*); - static Molecule staff_bracket (Grob*,Real) ; - static Molecule staff_brace (Grob*,Real) ; - static Molecule simple_bar (Grob*,Real) ; }; #endif /* SYSTEM_START_DELIMITER_HH */