diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2000-08-18 00:19:10 +0200 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2000-08-18 00:19:10 +0200 |
commit | 00a18717ab2099cca865ed86ecefc6453938227d (patch) | |
tree | 876b3cea74065334f7d6772964612ee76181a279 /lily/include | |
parent | 19a201c3b99e9244f4cb48956d8e253e5cc906d3 (diff) |
patch::: 1.3.78.jcn5
1.3.78.jcn5
===========
* Made crude fixes so unbound slurs don't crash, bezier still crashes on
infinitely steep slurs (eg flauti-part *with* slur_engraver).
Diffstat (limited to 'lily/include')
-rw-r--r-- | lily/include/slur.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lily/include/slur.hh b/lily/include/slur.hh index 83d0900834..096d96ab2e 100644 --- a/lily/include/slur.hh +++ b/lily/include/slur.hh @@ -21,6 +21,7 @@ public: static Array<Offset> get_encompass_offset_arr (Score_element*me) ; static Bezier get_curve (Score_element*me) ; static Direction get_default_dir (Score_element*me) ; + static SCM before_line_breaking (SCM); static SCM after_line_breaking (SCM); static SCM set_spacing_rods (SCM); private: |