diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2000-07-04 18:15:56 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2000-07-04 18:15:56 +0200 |
commit | 0af2486a28f1c60b9de929a9101964d880927e54 (patch) | |
tree | 4eb59626fe67c17e4e2da849bbf10ff36ec85161 /lily/include/rod.hh | |
parent | a8651b61fa25aee299bbc846d180a942568d6075 (diff) |
release: 1.3.69
===========
* Cleanup auto-beam-engraver: use properties for retrieving timing
information.
* Fixed: Multi measure rests don't cause crashes.
* Fixed: don't invoke Hara_kiri::consider_suicide too early.
* Fixed: property engraver.
* Fixed: don't crash on multiple ties.
* Cleanups of Beam, should also be a little faster.
* Reunite properties and pointers. In implementation we make a
distinction between mutable and immutable properties
* Add {has|set}_interface () static methods to interface classes.
* Made Side_position_interface and Staff_symbol_interface an all
statics class, and stripped _interface suffix.
* Make Align_interface and Axis_group_interface an all-statics class
* Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
callback for determining barsize.
* Removed all GLUE_SCORE_ELEMENT callbacks.
* Added test for repeats to trip.ly
*
1.3
Diffstat (limited to 'lily/include/rod.hh')
-rw-r--r-- | lily/include/rod.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lily/include/rod.hh b/lily/include/rod.hh index 4edf21b1cd..f76a4e5b0c 100644 --- a/lily/include/rod.hh +++ b/lily/include/rod.hh @@ -19,7 +19,6 @@ struct Column_rod Real distance_f_; Column_rod (); - static int compare (const Column_rod &r1, const Column_rod &r2); }; |