diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2000-07-02 20:59:31 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2000-07-02 20:59:31 +0200 |
commit | a8651b61fa25aee299bbc846d180a942568d6075 (patch) | |
tree | db8dc1582af61547c5d397fbdad813b02360b1f0 /lily/rod.cc | |
parent | 474c09e39f36e3a476c619d7c7f907edaf547107 (diff) |
release: 1.3.68
======
* ly2dvi: changed back to original semantics of latexheaders.
* Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
Volta_spanner changed into interface.
* Related cleanups for Tie, Tie_column cleanups.
* Made Time_signature, Single_malt_grouping_item, Script_column,
Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
* Removed const declaration from callback arguments.
* Pagebreak support. See input/test/between-systems.ly
* Fixed a problem with accidentals in combination with
non-nil key signatures.
1.3
Diffstat (limited to 'lily/rod.cc')
-rw-r--r-- | lily/rod.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/rod.cc b/lily/rod.cc index 90af9edf1b..7d287f84ba 100644 --- a/lily/rod.cc +++ b/lily/rod.cc @@ -10,7 +10,7 @@ #include "paper-column.hh" #include "debug.hh" #include "dimensions.hh" -#include "single-malt-grouping-item.hh" +#include "separation-item.hh" Rod::Rod () |