]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimension-cache-callback.hh
* lily/tuplet-bracket.cc (calc_position_and_height): check musical
[lilypond.git] / lily / include / dimension-cache-callback.hh
index 4c8d6d59ebd0ef3a09da49f990de5ec9b4924e26..7b7e054f19fe69ece9709ea69906f8748b41c279 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -11,8 +11,8 @@
 #define DIMENSION_CACHE_CALLBACK_HH
 
 
-typedef Interval (*Dim_cache_callback)(Grob *,Axis);
-typedef Real (*Offset_callback)(Grob *,Axis);
+typedef Interval (*Dim_cache_callback) (Grob *,Axis);
+typedef Real (*Offset_callback) (Grob *,Axis);
 
 #endif /* DIMENSION_CACHE_CALLBACK_HH */