]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
2003 -> 2004
[lilypond.git] / lily / include / stem-info.hh
index 06a6cb2918f4e741be7dfcfea51bccc9273ecc1e..1e8067077a74b8c7a5b0dcf3732b587c0d95d96c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <jan@digicash.com>
+  (c) 1997--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "real.hh"
 
-struct Stem_info {
-  Real x_;
-  int dir_;
-  int beam_dir_;
-  Real idealy_f_;
-  Real miny_f_;
-  Real maxy_f_;
-  int mult_i_;
-
-  Stem_info ();
-  Stem_info (Stem const *);
+/*
+  Parameters for a stem, (multiply with stemdirection, to get real values
+  for a downstem.)
+ */
+struct Stem_info 
+{
+  Direction dir_;
+  Real ideal_y_;
+  Real shortest_y_;
+  Stem_info();
+void  scale (Real);
 };
 
 #endif // STEM_INFO_HH