]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
release: 1.5.29
[lilypond.git] / lily / include / stem-info.hh
index 695a2c88fc9cd91eb3ee3445147997aedb86dcc8..25c0a8eec2362bd2f688bd0be3a9a1724ce87958 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "real.hh"
 
-struct Stem_info {
-  Real x_;
-  int dir_;
-  int beam_dir_;
+struct Stem_info 
+{
   Real idealy_f_;
+
+  // fixme: we're an Interval!
   Real miny_f_;
   Real maxy_f_;
-  int mult_i_;
-  Stem* stem_l_;
-
-  Stem_info ();
-  Stem_info (Stem *);
 };
 
 #endif // STEM_INFO_HH