]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/semi-tie.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / semi-tie.hh
index 8cbb3601d7e9d6cf26869e8694788c3fa8160f81..a92b89fb4afd8898171bd62e3a13aa9face76355 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #ifndef SEMI_TIE_HH
 #define SEMI_TIE_HH
 
-
 #include "grob-interface.hh"
 #include "lily-proto.hh"
 
 struct Semi_tie
 {
-  DECLARE_GROB_INTERFACE();
-  
+  DECLARE_GROB_INTERFACE ();
+
   DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_control_points, (SCM));
   static bool less (Grob *const &s1,
-                   Grob *const &s2);
+                    Grob *const &s2);
   static int get_position (Grob *);
 };