From d769d5f9ceca15de9d1aa6f2eb816ccee8ab2462 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:30:33 +0000 Subject: [PATCH] lilypond-0.0.28 --- src/lookup.cc | 2 +- src/slur.cc | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.39.5