]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.22
authorfred <fred>
Thu, 9 Jan 1997 16:32:19 +0000 (16:32 +0000)
committerfred <fred>
Thu, 9 Jan 1997 16:32:19 +0000 (16:32 +0000)
genheader
hdr/moment.hh

index 739df26c472238744f9f5e1b7613795c4aec7855..f153e3e6ca8f4ebc3d15e0bb50d7c3df72256297 100755 (executable)
--- a/genheader
+++ b/genheader
@@ -1,10 +1,11 @@
 #!/bin/sh
 def=`echo $1 | sed s/\\\./_/ | tr a-z A-Z`
+
 cat << HERE
 /*
   $1 -- part of LilyPond
 
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 #ifndef $def
index 332774138486bc6fd3f6bd52e32716f3ebe90768..1f34eae5abf04bdd47166a2fc7d49075cc8873f2 100644 (file)
@@ -1,13 +1,14 @@
 /*
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,97 Han-Wen Nienhuys
 */
 
 #ifndef MOMENT_HH
 #define MOMENT_HH
 
 #include "rational.hh"
-
+class String;
 typedef Rational Moment;
+void error_t(String const &s, Moment when);
 
 #endif //