]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/voice.hh
release: 0.0.45
[lilypond.git] / lily / include / voice.hh
index 4e7e615693e7ed4bf8ca9010b95c7b55883feed0..f5a950a2c9f024fb2127c0b105a7c953a9446613 100644 (file)
@@ -15,6 +15,9 @@
     */
 
 struct Voice {
+    /** the elements, earliest first.
+      Please use the member #add()# to add a new element
+      */
     IPointerList<Voice_element *> elts;
     Moment start;
 
@@ -26,7 +29,7 @@ struct Voice {
     Moment last() const;
     void transpose(Melodic_req const &)const;
     void add(Voice_element*);
-    bool find_plet_start_bo(char c, Moment& moment_r);
+    bool find_plet_start_b(char c, Moment& moment_r);
     void print() const;
     void set_default_group(String id);
     void set_plet_backwards(Moment& now_moment_r, Moment until_moment, int num_i, int den_i);