]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
release: 1.5.29
[lilypond.git] / lily / include / stem.hh
index 40d26e6c1305e54aa0f2122ce9f4a94c48020802..65e7d238abf22f686ce46bc6ab7378707f87b23f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   stem.hh -- declare Stem
 
-  (c) 1996--2001 Han-Wen Nienhuys
+  (c) 1996--2002 Han-Wen Nienhuys
 */
 
 #ifndef STEM_HH
@@ -17,6 +17,7 @@ class Stem
 public:
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
 
+  static Array<int> note_head_positions (Grob*);
   static  int flag_i (Grob*) ;
   static int beam_count (Grob*,Direction) ;
   static void set_beaming (Grob*,int,  Direction d);