]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beam-engraver.hh
release: 1.1.29
[lilypond.git] / lily / include / beam-engraver.hh
index 834467858f9ec4c90d0e2202da7b1df08ecae357..69d29d6e59851b4254007fe345751cb6a0d5411e 100644 (file)
@@ -1,14 +1,14 @@
 /*   
-  cbeam-engraver.hh -- declare Beam_engraver
+  beam-engraver.hh -- declare Beam_engraver
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
-#ifndef CBEAM_ENGRAVER_HH
-#define CBEAM_ENGRAVER_HH
+#ifndef BEAM_ENGRAVER_HH
+#define BEAM_ENGRAVER_HH
 
 #include "engraver.hh"
 #include "drul-array.hh"
@@ -18,7 +18,7 @@ class Beam_engraver : public Engraver {
 
   Beam *finished_beam_p_;
   Beam *beam_p_;
-
+  Beam_req * prev_start_req_;
   Rhythmic_grouping*grouping_p_;
   Rhythmic_grouping*finished_grouping_p_;
   
@@ -35,5 +35,5 @@ public:
   VIRTUAL_COPY_CONS (Translator);
 };
 
-#endif /* CBEAM_ENGRAVER_HH */
+#endif /* BEAM_ENGRAVER_HH */