]> git.donarmstrong.com Git - lilypond.git/blob - hdr/getcommand.hh
release: 0.0.31
[lilypond.git] / hdr / getcommand.hh
1 /*
2   getcommand.hh -- part of LilyPond
3
4   (c) 1996,97 Han-Wen Nienhuys
5 */
6
7 #ifndef GETCOMMAND_HH
8 #define GETCOMMAND_HH
9 #include "proto.hh"
10
11
12 Command* get_meter_command(int,int);
13 Command get_defaultbar_command();
14
15 void split_bar_command(Command &pre_com, Command &no_break_com, Command &post_com,String s);
16
17
18 #endif // GETCOMMAND_HH