]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 20:06:17 +0000 (20:06 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:06:17 +0000 (20:06 +0000)
lily/include/lily-proto.hh
lily/include/stem-grav.hh

index 48d8e9872378572662707e05f3458e5c3dba7539..1d39aad2430580677d2001f4ffb21d346169490d 100644 (file)
@@ -12,6 +12,7 @@
 
 
 struct Absolute_dynamic_req;
+struct Abbreviation;
 struct Abbreviation_req;
 struct Abbreviation_beam_req;
 struct Abbreviation_beam_engraver;
index b5a77589ec8519f0d6c55cc74f85c1aa48631a86..d0695a395f202b88849dd5c32bfa16c735572fb6 100644 (file)
@@ -20,6 +20,7 @@ class Stem_engraver : public Engraver
   Direction dir_;
   int default_abbrev_i_;
   Stem *stem_p_;
+  Abbreviation *abbrev_p_;
   Rhythmic_req *rhythmic_req_l_;
   Abbreviation_req* abbrev_req_l_;
 protected: