]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-info.hh
patch::: 1.3.10.jcn1
[lilypond.git] / lily / include / stem-info.hh
index 248f71b82dbe5eac54f5af466bd69fa0140ab917..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,33 +0,0 @@
-/*
-  stem-info.hh -- declare Stem_info
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
-*/
-
-
-#ifndef STEM_INFO_HH
-#define STEM_INFO_HH
-
-#include "real.hh"
-
-struct Stem_info {
-  Real x_;
-  Direction dir_;
-  void set_direction (Direction d ) { dir_ =  d; }
-  Direction get_direction () const { return dir_; }
-
-  int beam_dir_;
-  Real idealy_f_;
-  Real miny_f_;
-  Real maxy_f_;
-  int mult_i_;
-  Real interstaff_f_;
-  Stem* stem_l_;
-
-  Stem_info ();
-  Stem_info (Stem *, int);
-};
-
-#endif // STEM_INFO_HH