]> git.donarmstrong.com Git - lilypond.git/blob - lib/moment.cc
release: 0.0.64
[lilypond.git] / lib / moment.cc
1 #include <iostream.h>
2 #include "string.hh"
3 #include "moment.hh"
4
5 void
6 print(Moment m)
7 {
8     cout << String(m) << flush;
9 }
10     
11