From: fred Date: Sun, 24 Mar 2002 19:30:42 +0000 (+0000) Subject: lilypond-0.0.28 X-Git-Tag: release/1.5.59~5450 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75739182ad85e668536741959ca79ef5796e3105;p=lilypond.git lilypond-0.0.28 --- diff --git a/deps/Makefile b/deps/Makefile index 4a3104af2f..79265b1c0f 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -1,9 +1,12 @@ -DISTFILES=Makefile +DISTFILES=Makefile dummy.dep -default: -dist: +dummy.dep: + touch dummy.dep + + +dist: $(DISTFILES) ln $(DISTFILES) $(DDIR)/$(SUBDIR) clean: diff --git a/src/pscore.cc b/src/pscore.cc index 83f71f440c..89a58be790 100644 --- a/src/pscore.cc +++ b/src/pscore.cc @@ -9,7 +9,7 @@ #include "pscore.hh" #include "tstream.hh" #include "item.hh" - +#include "break.hh" Idealspacing* PScore::get_spacing(PCol*l, PCol*r) @@ -229,7 +229,7 @@ PScore::add_broken(Spanner*s) } void -PScore::set_breaking(Array breaking) +PScore::set_breaking(Array breaking) { for (int j=0; j < breaking.size(); j++) { Array &curline(breaking[j].cols);