From: fred Date: Sun, 24 Mar 2002 19:45:26 +0000 (+0000) Subject: lilypond-0.0.67 X-Git-Tag: release/1.5.59~4606 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a24fe9ea49a0051d2032c2be4ba2377b38335207;p=lilypond.git lilypond-0.0.67 --- diff --git a/lily/include/grouping.hh b/lily/include/grouping.hh index 428978249e..583f5d4529 100644 --- a/lily/include/grouping.hh +++ b/lily/include/grouping.hh @@ -7,12 +7,9 @@ #ifndef GROUPING_HH #define GROUPING_HH -#include "moment.hh" -#include "interval.hh" +#include "minterval.hh" #include "varray.hh" -typedef Interval_t MInterval; - /** data structure which represents rhythmic units this is a tree. It groupes notes according to rules TODO Documentation. Unhairing diff --git a/lily/include/minterval.hh b/lily/include/minterval.hh new file mode 100644 index 0000000000..f1c1e1677d --- /dev/null +++ b/lily/include/minterval.hh @@ -0,0 +1,18 @@ +/* + minterval.hh -- declare MInterval + + source file of the GNU LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef MINTERVAL_HH +#define MINTERVAL_HH + +#include "interval.hh" +#include "moment.hh" + +typedef Interval_t MInterval; + +#endif // MINTERVAL_HH diff --git a/make/lilypond.spec b/make/lilypond.spec index 6b06b219e6..1c1010ca7f 100644 --- a/make/lilypond.spec +++ b/make/lilypond.spec @@ -1,13 +1,13 @@ Name: lilypond -Version: 0.0.66 +Version: 0.0.67 Release: 1 Copyright: GPL Group: Applications/Publishing -Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.0.66.tar.gz +Source0: pcnov095.win.tue.nl:/pub/lilypond/lilypond-0.0.67.tar.gz Summary: A preprocessor to make TeX typeset music. URL: http://www.stack.nl/~hanwen/lilypond Packager: Han-Wen Nienhuys -Icon: lelie_icon.gif +Icon: lelie_icon.xpm Buildroot: /tmp/lilypond_build %description @@ -39,7 +39,6 @@ make prefix="$RPM_BUILD_ROOT/usr" install /usr/lib/texmf/texmf/tex/lilypond/ /usr/lib/texmf/texmf/fonts/source/lilypond/ /usr/share/lilypond/ - %post -echo please run texhash to update TeX directory listings +echo please run texhash to update TeX directory listings 1>&2