]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beaming.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / beaming.hh
index 44b7df2a59c8895581460f94dd155e2856cb8a74..183cf337c487e58823f032670af7b07562a9c72b 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   beaming.hh -- declare beaming.hh
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef BEAMING_HH
 #define BEAMING_HH
@@ -35,7 +34,7 @@ struct Beaming_info_list
   int best_splitpoint_index (Moment &beat_length, bool subdivide) const;
   void beamify (Moment &beat_length, bool subdivide);
   void add_stem (Moment d, int beams);
+  void clip_edges ();
 };
 
-
 #endif /* BEAMING_HH */