From: fred Date: Sun, 24 Mar 2002 19:42:45 +0000 (+0000) Subject: lilypond-0.0.61 X-Git-Tag: release/1.5.59~4761 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab9d3e3cf57999de4bf5d5e1710edb53202d44fc;p=lilypond.git lilypond-0.0.61 --- diff --git a/NEWS b/NEWS index b44d208d44..f21cc70d03 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +pl 61 + - scales.ly bugfix: dimensions default to ((0,0),(0,0)) + - naming: PointerList->Pointer_list + - tied notes don't get accidental + - bf: crescendo size + - fixes: make_patch, + - bf: _"text" direction + - mailing list into lilypond.pod + +pl 60.mb + - set_flower_debug: Warning if -d is used when NPRINT is defined. + - Fixed several TeX details. vcenter renamed since it interfered + with LaTeX. Position of accents changed. + - New example; scriptS.ly + - table_sixteen: added scriptdefinition (Lilypond breaks if a + script is defined without dimensions). + - bf: ifndef typos in p-score.cc, choleski.cc + - bf: Slur::do_post_processing(), whole notes caused SIGSEGV. + + +******* pl 60 - Request_register::get_feature(), tie direction, Slur direction - lilypond output is now directly texable. @@ -13,6 +34,14 @@ pl 59 ****** may 2 +pl 58.jnc1 + - bf: toccata-fuga-E.ly + +pl 57.jcn4 + - mi2mu handles rests (quantified only) + - fixed configure buglet + - "!date" Fri May 2 02:18:12 MET DST 1997 + pl 58 - lexer cleanup - national chars in lyrics diff --git a/flower/include/dstream.hh b/flower/include/dstream.hh index 64cb612026..63130d1204 100644 --- a/flower/include/dstream.hh +++ b/flower/include/dstream.hh @@ -1,3 +1,10 @@ +/* + dstream.hh -- declare Dstream + + source file of the Flower Library + + (c) 1997 Han-Wen Nienhuys +*/ #ifndef DSTREAM_HH #define DSTREAM_HH @@ -27,14 +34,14 @@ struct Assoc; */ class Dstream { - ostream *os; - int indentlvl; - bool local_silence; - String classname; + ostream *os_l_; + int indent_level_i_; + bool local_silence_b_; + String current_classname_str_; void output(String s); - Assoc *silent; + Assoc *silent_assoc_p_; public: - + void clear_silence(); bool silence(String); /**