Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(891)

Unified Diff: lily/include/beam-settings.hh

Issue 88155: New format for autobeaming rules (Closed)
Patch Set: Release candidate Created 14 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lily/beaming-pattern.cc ('k') | lily/measure-grouping-engraver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/beam-settings.hh
diff --git a/lily/include/beam-settings.hh b/lily/include/beam-settings.hh
new file mode 100644
index 0000000000000000000000000000000000000000..104afab0f0eff54b324dd4d08407b61d38251b01
--- /dev/null
+++ b/lily/include/beam-settings.hh
@@ -0,0 +1,16 @@
+/*
+ beam-settings.hh -- Prototypes for retrieving beam settings
+
+ source file of the GNU LilyPond music typesetter
+
+ Copyright (c) 2009 Carl Sorensen <c_sorensen@byu.edu>
+*/
+
+#ifndef BEAM_SETTINGS_HH
+#define BEAM_SETTINGS_HH
+
+SCM ly_grouping_rules (SCM settings, SCM time_sig, SCM rule_type);
+SCM ly_beam_grouping (SCM settings, SCM time_sig, SCM rule_type,
+ SCM beam_type);
+SCM ly_beat_grouping (SCM context);
+#endif // BEAM_SETTINGS_HH
« no previous file with comments | « lily/beaming-pattern.cc ('k') | lily/measure-grouping-engraver.cc » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b