From: fred Date: Sun, 24 Mar 2002 19:38:27 +0000 (+0000) Subject: lilypond-0.0.49 X-Git-Tag: release/1.5.59~5006 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=20fb8d46becb52db4106eae0a6b01412a7f78384;p=lilypond.git lilypond-0.0.49 --- diff --git a/ANNOUNCE b/ANNOUNCE index f011b485f3..6d05b1d38c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,10 @@ + Announcing + + LILYPOND + + The Music Typesetter + Do you pine for the nice days of Linux 0.95, when men were men and wrote their own applications? Are you without a nice project and just dying to cut your teeth into a bleeding edge application you can @@ -52,8 +58,8 @@ for running you need FEATURES -ASCII script input, with identifiers (for music reuse), customizable -notenames +ASCII script input (mudela), with identifiers (for music reuse), +customizable notenames MIDI output lets you check if you have entered the correct notes. MIDI to Mudela conversion through the mi2mu program. diff --git a/Documentation/examples.pod b/Documentation/examples.pod index 580ab8c809..48920157ee 100644 --- a/Documentation/examples.pod +++ b/Documentation/examples.pod @@ -72,7 +72,8 @@ Features: auto beams, multiple parralel meters. =head2 F -Features: plets, accents, beam steepnesses. +Features: plets, accents, beam steepnesses, dynamics, crescendi, +\octave command. =head2 F diff --git a/lily/include/score-walker.hh b/lily/include/score-walker.hh index 5c766150ac..9d06975a0d 100644 --- a/lily/include/score-walker.hh +++ b/lily/include/score-walker.hh @@ -24,6 +24,7 @@ class Score_walker : public PCursor Array walker_p_arr_; Array disallow_break_walk_l_arr; int disallow_break_count_; + int breaks_i_; void reinit(); public: bool break_allowed_b();