]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/voice.hh
release: 0.0.53
[lilypond.git] / lily / include / voice.hh
index f5a950a2c9f024fb2127c0b105a7c953a9446613..5ddcc91933c426d4a0645edea7eb17a96c11d8f0 100644 (file)
@@ -18,8 +18,8 @@ struct Voice {
     /** the elements, earliest first.
       Please use the member #add()# to add a new element
       */
-    IPointerList<Voice_element *> elts;
-    Moment start;
+    IPointerList<Voice_element *> elts_;
+    Moment start_;
 
     /* *************** */
     Voice();