X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fvoice.hh;h=5ddcc91933c426d4a0645edea7eb17a96c11d8f0;hb=c8989177a23864cfa3d44e013585e719b816acfd;hp=f5a950a2c9f024fb2127c0b105a7c953a9446613;hpb=d8018dfc750f1dee8e1ee78a5d5f51b06d4c8348;p=lilypond.git diff --git a/lily/include/voice.hh b/lily/include/voice.hh index f5a950a2c9..5ddcc91933 100644 --- a/lily/include/voice.hh +++ b/lily/include/voice.hh @@ -18,8 +18,8 @@ struct Voice { /** the elements, earliest first. Please use the member #add()# to add a new element */ - IPointerList elts; - Moment start; + IPointerList elts_; + Moment start_; /* *************** */ Voice();