]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/moment.cc
release: 0.0.68pre
[lilypond.git] / lib / moment.cc
index 46ed554d500dadd80625bef318d4c0b20146af4e..2557acb2a5af4361eccb35f12c336a97e650fe87 100644 (file)
@@ -1,9 +1,17 @@
+/*
+  moment.cc -- implement Moment
+
+  source file of the GNU LilyPond music typesetter
+
+  (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
 #include <iostream.h>
 #include "string.hh"
 #include "moment.hh"
 
 void
-print(Moment m)
+printm(Moment const &m)
 {
     cout << String(m) << flush;
 }