]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
*** empty log message ***
[lilypond.git] / lily / include / stem-info.hh
index 096671a6d5faacaeba3aa88ab9e8f772c90bf16b..3a47067455f7505228bc8b92f924a9de6cc8597d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 
 #include "real.hh"
 
+/*
+  Parameters for a stem, (multiply with stemdirection, to get real values
+  for a downstem.)
+ */
 struct Stem_info 
 {
-  Real idealy_f_;
-  Real miny_f_;
-  Real maxy_f_;
+  Direction dir_;
+  Real ideal_y_;
+  Real shortest_y_;
+  Stem_info();
+void  scale (Real);
 };
 
 #endif // STEM_INFO_HH