]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.16
authorfred <fred>
Sun, 24 Mar 2002 19:58:12 +0000 (19:58 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:58:12 +0000 (19:58 +0000)
BUGS
lily/include/stem.hh

diff --git a/BUGS b/BUGS
index 5977e0d3ceca756e41050cda55e910a55a03d791..433d3c5f3f0a18d65815501500a5bd89c7f41085 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-Document Really Ugly Bugs (coredumps assert fails, etc)
+Document Really Ugly Bugs (coredumps, assert fails, etc)
 
 [Solaris]
 
index 7ed9e4615eccb76ab2459d3e6347c38e565a9f0d..3a034df85e09e778f97ab6afdc467ff03bc7233d 100644 (file)
@@ -75,8 +75,7 @@ public:
   Stem ();
     
   /// ensure that this Stem also encompasses the Notehead #n#
-  void add (Note_head*n);
-  void add (Rest*);
+  void add (Rhythmic_head*n);
 
   DECLARE_MY_RUNTIME_TYPEINFO;