From: fred Date: Sun, 24 Mar 2002 20:05:46 +0000 (+0000) Subject: lilypond-0.1.45 X-Git-Tag: release/1.5.59~3436 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e4b2526f3d248dc6261be0a2570a3388eed8712b;p=lilypond.git lilypond-0.1.45 --- diff --git a/NEWS b/NEWS index ce79217d60..0ca4e4d818 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,20 @@ +pl 45 + - bf: translator switching + - SunOS and IRIX patches (AO) + - preludes bugfixes; preludes.tex ugh (JCN) + - shared lib numbering (AF) + - various fixes for debian (AF) + - ly2dvi .6.jaf (JAF) + +pl 44.jcn5 + - bf: crescendo.cc: bigger and use bar_size + - slur: guess extra height for height limit for extending notes/stems + - ps: adjustable slur height limit, bf crescendo + + +****** +feb 6 pl 44 - ly2dvi 0.6.hwn1 - ly2dvi 0.6 (JAF) diff --git a/lily/include/change-iterator.hh b/lily/include/change-iterator.hh index bde2628561..69bd360a7b 100644 --- a/lily/include/change-iterator.hh +++ b/lily/include/change-iterator.hh @@ -16,6 +16,8 @@ class Change_iterator : public Music_iterator { Change_translator *change_l_; + + void error (String); public: DECLARE_MY_RUNTIME_TYPEINFO;