]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:48 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:48 +0000 (19:28 +0000)
Documentation/lilygut.pod
hdr/parseconstruct.hh

index 20d5f0364bc8a4db4678cc4d8b41fa21460c2755..eae32d2e01354722be4435d8a628749c7b38dbd7 100644 (file)
@@ -69,9 +69,7 @@ which is put into a percussion-Staff, will be typeset as the rythm of
 that voice.
 
 After C<Staff> made up her mind, the resultant items and
-spanners are put on the PScore, and pointers to these items are
-stored in the C<Voice_element>. This construction enables the
-beams/stems to look up the balls it has to connect to. 
+spanners are put on the PScore.
 
 =over 5
 
@@ -191,10 +189,10 @@ commands (like INTERPRET) may follow this sequence.
 
 =head1 SPACING
 
-I think my way is the most elegant algorithm i've seen so far.  Some
-terminology: I call a vertical group of symbols (notes) which start at
-the same time a "column".  Each line of a score has notes in it,
-grouped in columns. The difference in starting time between those
+I think my method is the most elegant algorithm i've seen so far.
+Some terminology: I call a vertical group of symbols (notes) which
+start at the same time a "column".  Each line of a score has notes in
+it, grouped in columns. The difference in starting time between those
 columns makes it possible to determine ideal distances between those
 columns.
 
index 9bc9434ffc6f4c18cbb430fc6c13f55e1163a567..7b0545b78440ffc598cdb5f9b4509c0f8c010255 100644 (file)
@@ -14,12 +14,9 @@ void set_default_duration(int *);
 void get_default_duration(int *);
 void set_default_octave(String);
 void set_plet(int,int);
-Staff * get_new_rhythmstaff();
 Voice_element * get_note_element(String,int * ,int *);
 Voice_element* get_rest_element(String,int *);
 Voice_element* get_word_element(Text_def*, int*);
-Staff * get_new_melodicstaff();
-Staff * get_new_lyricstaff();
 void add_requests( Voice_element*v, Array<Request*>&req);
 Request* get_request(char);
 void set_text_style(String);