]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.49
authorfred <fred>
Sun, 24 Mar 2002 19:38:27 +0000 (19:38 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:38:27 +0000 (19:38 +0000)
ANNOUNCE
Documentation/examples.pod
lily/include/score-walker.hh

index f011b485f39c57be97fb8168fddaab35b4a625e2..6d05b1d38c7e8c552194f7749d99f51887aecfbe 100644 (file)
--- 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.
index 580ab8c809596f99d0c94948e6e092e72a01594c..48920157ee3b4fd14acaee2b6152cff827f3aa5f 100644 (file)
@@ -72,7 +72,8 @@ Features: auto beams, multiple parralel meters.
 
 =head2 F<scales.ly>
 
-Features: plets, accents, beam steepnesses.
+Features: plets, accents, beam steepnesses, dynamics, crescendi,
+\octave command.
 
 =head2 F<scsii-menuetto.ly>
 
index 5c766150ac2383a4a5d8a4f065b3a2270cf5bb7f..9d06975a0dc59a76ec8f8cb7d6668b99f03871e5 100644 (file)
@@ -24,6 +24,7 @@ class Score_walker : public PCursor<Score_column *>
     Array<Staff_walker *> walker_p_arr_;
     Array<Staff_walker *> disallow_break_walk_l_arr;
     int disallow_break_count_;
+    int breaks_i_;
     void reinit();
 public:
     bool break_allowed_b();