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.4
[lilypond.git]
/
parseconstruct.hh
blob
fa9f62757da9c0cb6509f12e9889ed713f6d8cdf
1
2
#include
"proto.hh"
3
4
Staff
*
get_new_rhythmstaff
();
5
Voice_element
*
get_note_element
(
String
,
String
);
6
Voice_element
*
get_rest_element
(
String
,
String
);
7
Command
*
get_bar_command
(
Real
);
8
Command
*
get_meter_command
(
Real
,
int
,
int
);