]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / beam.hh
index b06afc0e4e20d1d256f53efe866f862d9c736b80..c2be8243a3133e832e83deb6e25d568aaea2dc57 100644 (file)
@@ -1,7 +1,10 @@
 /*
   beam.hh -- part of GNU LilyPond
 
-  (c) 1996--2002 Han-Wen Nienhuys
+  source file of the LilyPond music typesetter
+
+  (c)  1996--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef BEAM_HH
@@ -26,7 +29,10 @@ public:
   static void set_beaming (Grob*,Beaming_info_list *);
   static void set_stemlens (Grob*);
   static int get_beam_count (Grob*me);
+
   static Real get_beam_translation (Grob*me);
+  static Real get_thickness (Grob*me);
+
   static void connect_beams (Grob*me);
   DECLARE_SCHEME_CALLBACK (space_function, (SCM, SCM));
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));