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.3.11
[lilypond.git]
/
hdr
/
moment.hh
blob
0037d940784dae5bb5d6d7c6a49d87fad2e26c9c
1
/*
2
(c) 1996,97 Han-Wen Nienhuys
3
*/
4
5
#ifndef MOMENT_HH
6
#define MOMENT_HH
7
8
#include
"rational.hh"
9
class
String
;
10
typedef
Rational Moment
;
11
12
13
#endif
//
14