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-0.0.5
[lilypond.git]
/
main.hh
blob
58928f51421fe72af6211faabf5d07e2cf68ab98
1
#ifndef MAIN_HH
2
#define MAIN_HH
3
#include
"proto.hh"
4
5
void
debug_init
();
6
void
do_scores
();
7
void
add_score
(
Score
*
s
);
8
void
set_default_output
(
String s
);
9
const char
*
get_version
();
10
11
#endif