]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / stem-info.hh
index 83ebeaf74b25d2a88fadbfe4b75b08084a0022d7..f4f87721a17a326207ae0f50560472a68af77897 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--2000 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "real.hh"
 
-struct Stem_info {
-  Real x_;
-  int dir_;
+struct Stem_info 
+{
   Real idealy_f_;
-  Real miny_f_;
-  int mult_i_;
 
-  Stem_info ();
-  Stem_info (Stem const *);
+  // fixme: we're an Interval!
+  Real miny_f_;
+  Real maxy_f_;
 };
 
 #endif // STEM_INFO_HH