]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.67
authorfred <fred>
Sun, 24 Mar 2002 19:45:26 +0000 (19:45 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:45:26 +0000 (19:45 +0000)
lily/include/grouping.hh
lily/include/minterval.hh [new file with mode: 0644]
make/lilypond.spec

index 428978249e19b391d52b322d45950218570cbba6..583f5d452984f8279ba5c2fb7a45d71c5e9be8dd 100644 (file)
@@ -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<Moment> 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 (file)
index 0000000..f1c1e16
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+  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
index 6b06b219e6cb5bea6d554eeeb76d3bc29550f720..1c1010ca7f36b49cea175594c88bafaecf4b37da 100644 (file)
@@ -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 <hanwen@stack.nl>
-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