From: fred Date: Sun, 24 Mar 2002 19:30:33 +0000 (+0000) Subject: lilypond-0.0.28 X-Git-Tag: release/1.5.59~5459 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d769d5f9ceca15de9d1aa6f2eb816ccee8ab2462;p=lilypond.git lilypond-0.0.28 --- diff --git a/src/lookup.cc b/src/lookup.cc index fe22149d12..77cf12554c 100644 --- a/src/lookup.cc +++ b/src/lookup.cc @@ -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); } diff --git a/src/slur.cc b/src/slur.cc index 2cdddfec47..bd1f4c3d1d 100644 --- a/src/slur.cc +++ b/src/slur.cc @@ -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