]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/beam-settings.hh
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / lily / include / beam-settings.hh
1 /*
2   beam-settings.hh -- Prototypes for retrieving beam settings
3
4   source file of the GNU LilyPond music typesetter
5
6   Copyright (c) 2009 Carl Sorensen <c_sorensen@byu.edu>
7 */
8
9 #ifndef BEAM_SETTINGS_HH
10 #define BEAM_SETTINGS_HH
11
12 #include "lily-guile.hh"
13
14 SCM ly_grouping_rules (SCM settings, SCM time_sig, SCM rule_type);
15 SCM ly_beam_grouping (SCM settings, SCM time_sig, SCM rule_type,
16                       SCM beam_type);
17 SCM ly_beat_grouping (SCM context);
18 #endif // BEAM_SETTINGS_HH