Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-09-01 Thread lilypond
Updates: Status: Verified Comment #12 on issue 1214 by brownian.box: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 (No comment was entered for this change.) ___ bug-lilypo

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-08-13 Thread lilypond
Updates: Status: Fixed Labels: -Patch-review fixed_2_15_9 Comment #11 on issue 1214 by reinhold...@gmail.com: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 Pushed with commit 1b11dc0cb1bec0e353773aac6b8afba903

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-07-24 Thread lilypond
Updates: Labels: -Patch-new Patch-review Comment #10 on issue 1214 by pkx1...@gmail.com: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 make passes and reg test check is ok. __

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-07-23 Thread lilypond
Updates: Labels: -Patch-needs_work Patch-new Comment #9 on issue 1214 by reinhold...@gmail.com: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 New patch is up that fixes quote-cyclic.ly (or rather it fixes quoting wh

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-07-22 Thread lilypond
Updates: Labels: -Patch-new Patch-needs_work Comment #8 on issue 1214 by pkx1...@gmail.com: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 Make works but fails on reg test check. ---snip-- Processing `/home/jlowe/li

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-07-21 Thread lilypond
Updates: Status: Started Owner: reinhold...@gmail.com Labels: Patch-new Comment #7 on issue 1214 by reinhold...@gmail.com: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 Actually, it was rather trivial

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2011-06-29 Thread lilypond
Comment #6 on issue 1214 by reinhold...@gmail.com: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 The problem here is that recording-group-emulate returns the list of contexts in reverse order, so the last created voice is r

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2010-10-05 Thread lilypond
Comment #5 on issue 1214 by tdanielsmusic: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 A workaround in many cases is to tag the ly statements that create the sub voice(es) and pass the music to \addQuote through \removeWi

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2010-08-13 Thread lilypond
Comment #4 on issue 1214 by pnorcks: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 Please ignore my previous comment. The problem lies elsewhere, possibly in quote-iterator.cc. __

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2010-08-12 Thread lilypond
Comment #3 on issue 1214 by pnorcks: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 The bug occurs because `recording-group-emulate' (scm/part-combiner.scm) returns a list that is inappropriate for using in `add-quotable'.

Re: Issue 1214 in lilypond: Cue notes to music that creates a sub-voice does not work

2010-08-12 Thread lilypond
Updates: Summary: Cue notes to music that creates a sub-voice does not work Labels: Priority-Medium Comment #2 on issue 1214 by pnorcks: Cue notes to music that creates a sub-voice does not work http://code.google.com/p/lilypond/issues/detail?id=1214 As Reinhold noted, this is