lilypond-0.1.14
[lilypond.git] / lib / moment.cc
blob2557acb2a5af4361eccb35f12c336a97e650fe87
1 /*
2 moment.cc -- implement Moment
4 source file of the GNU LilyPond music typesetter
6 (c) 1996,1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
9 #include <iostream.h>
10 #include "string.hh"
11 #include "moment.hh"
13 void
14 printm(Moment const &m)
16 cout << String(m) << flush;