]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / stem-info.hh
index f3b15715c173543255c9438a57ff0f7148f4e9e4..e86c6bae4113ca495acbdbc30546cbdb96abd11d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1997--2003 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 /*
   Parameters for a stem, (multiply with stemdirection, to get real values
   for a downstem.)
-  
  */
 struct Stem_info 
 {
-  Real ideal_y;
-
-  // fixme: we're an Interval!
-  Real min_y;
-  Real max_y;
+  Direction dir_;
+  Real ideal_y_;
+  Real shortest_y_;
 };
 
 #endif // STEM_INFO_HH