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

Unified Diff: lily/include/script-interface.hh

Issue 4661061: Adds glissando stems to Lilypond.
Patch Set: Merge with new stem code. Created 12 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/glissando-engraver.cc ('k') | lily/include/stem.hh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lily/include/script-interface.hh
diff --git a/lily/include/script-interface.hh b/lily/include/script-interface.hh
index 4ec00d01dff93bbbdae5b1857db6d49e894a1b19..2c60aadf92f6463f3af1c85e5e025b0785bc83f7 100644
--- a/lily/include/script-interface.hh
+++ b/lily/include/script-interface.hh
@@ -37,6 +37,7 @@ public:
DECLARE_GROB_INTERFACE();
DECLARE_SCHEME_CALLBACK (print, (SCM));
DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
+ DECLARE_SCHEME_CALLBACK (calc_opposite_direction, (SCM));
DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
};
« no previous file with comments | « lily/glissando-engraver.cc ('k') | lily/include/stem.hh » ('j') | no next file with comments »

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