lilypond-0.1.45
[lilypond.git] / lib / moment.cc
blobd521b233d332f22901af89d5cd49713af1064bc7
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;