]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.28
authorfred <fred>
Sun, 24 Mar 2002 19:30:33 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:33 +0000 (19:30 +0000)
src/lookup.cc
src/slur.cc

index fe22149d12c5435b9f722a7780ceb49f38b29a9a..77cf12554cf984c6e429beeb2123d5b363c3e20c 100644 (file)
@@ -103,7 +103,7 @@ Symbol
 Lookup::dots(int j)
 {
     if (j>3)
-       error("max 3 dots");
+       error("max 3 dots");    // todo
     return (*symtables_)("dots")->lookup(j);
 }
 
index 2cdddfec47b9071fb5b2a05bcb0c962d20ba71ad..bd1f4c3d1d8941f1c213f03811c298a4456c16e5 100644 (file)
@@ -1,3 +1,8 @@
+/*
+
+  TODO:
+  think about crossing stems.
+ */
 #include "slur.hh"
 #include "scalar.hh"
 #include "lookup.hh"
@@ -31,7 +36,7 @@ void
 Slur::add(Notehead*n)
 {
     encompass.push(n);
-    dependencies.push(n);
+    add_depedency(n);
 }
 
 void