Re: Gets the beam collision engraver to handle autobeams (issue4287061)

2011-03-23 Thread m...@apollinemike.com
On Mar 22, 2011, at 7:22 PM, n.putt...@gmail.com wrote: On 2011/03/20 12:00:34, MikeSol wrote: This is now fully functional. The only issue is that, for auto-beams, I don't have a good method yet for keeping note-heads that are part of the beam out of the covered grobs list. This is

Re: Gets the beam collision engraver to handle autobeams (issue4287061)

2011-03-22 Thread n . puttock
On 2011/03/20 12:00:34, MikeSol wrote: This is now fully functional. The only issue is that, for auto-beams, I don't have a good method yet for keeping note-heads that are part of the beam out of the covered grobs list. This is doable, though - I just have to think of the cleanest way.

Re: Gets the beam collision engraver to handle autobeams (issue4287061)

2011-03-20 Thread mtsolo
This is now fully functional. The only issue is that, for auto-beams, I don't have a good method yet for keeping note-heads that are part of the beam out of the covered grobs list. This is doable, though - I just have to think of the cleanest way. http://codereview.appspot.com/4287061/

Gets the beam collision engraver to handle autobeams (issue4287061)

2011-03-19 Thread mtsolo
Reviewers: , Message: This is my attempt to get the beam-collision-engraver to handle auto beams, except...it doesn't work! For some reason, in spite of the fact that I'm creating AutoBeamStub grobs just fine, the acknowledger in the beam collision engraver is not picking them up. Can anyone