#ifndef GROUPING_HH
#define GROUPING_HH
-#include "moment.hh"
-#include "interval.hh"
+#include "minterval.hh"
#include "varray.hh"
-typedef Interval_t<Moment> MInterval;
-
/** data structure which represents rhythmic units this is a tree. It groupes notes according to rules
TODO Documentation. Unhairing
--- /dev/null
+/*
+ minterval.hh -- declare MInterval
+
+ source file of the GNU LilyPond music typesetter
+
+ (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+
+#ifndef MINTERVAL_HH
+#define MINTERVAL_HH
+
+#include "interval.hh"
+#include "moment.hh"
+
+typedef Interval_t<Moment> MInterval;
+
+#endif // MINTERVAL_HH
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 <hanwen@stack.nl>
-Icon: lelie_icon.gif
+Icon: lelie_icon.xpm
Buildroot: /tmp/lilypond_build
%description
/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