repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.1.62
[lilypond.git]
/
lib
/
moment.cc
blob
a4c50d8d0768ff15573b93d2a3a551fbec0af354
1
/*
2
moment.cc -- implement Moment
3
4
source file of the GNU LilyPond music typesetter
5
6
(c) 1996, 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
*/
8
9
#include <iostream.h>
10
#include
"string.hh"
11
#include
"moment.hh"
12