]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
patch::: 1.1.17.mb1: Re: LilyPond Xmas release
[lilypond.git] / lily / include / stem-info.hh
index 83ebeaf74b25d2a88fadbfe4b75b08084a0022d7..bff7cfbdb38f69464c122b1220cd1a16d4fa00e3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Jan Nieuwenhuizen <jan@digicash.com>
+  (c)  1997--1998 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 struct Stem_info {
   Real x_;
   int dir_;
+  int beam_dir_;
   Real idealy_f_;
   Real miny_f_;
+  Real maxy_f_;
   int mult_i_;
 
   Stem_info ();