Re: Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-21 Thread n . puttock
On 2011/07/16 05:42:36, Keith wrote: Works good for me. Thanks, pushed: 14632519690052980d19fc75e4dbc759c480aac2 Cheers, Neil http://codereview.appspot.com/4693046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailma

Re: Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-15 Thread k-ohara5a5a
Works good for me. http://codereview.appspot.com/4693046/diff/1/scm/song.scm File scm/song.scm (right): http://codereview.appspot.com/4693046/diff/1/scm/song.scm#newcode222 scm/song.scm:222: #:unfinished (and (not (*syllabify*)) (find-child-named music 'HyphenEvent)) On 2011/07/16 04:59:50, Kei

Re: Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-15 Thread k-ohara5a5a
http://codereview.appspot.com/4693046/diff/1/scm/song.scm File scm/song.scm (right): http://codereview.appspot.com/4693046/diff/1/scm/song.scm#newcode222 scm/song.scm:222: #:unfinished (and (not (*syllabify*)) (find-child-named music 'HyphenEvent)) The regtest that caused the initial trouble

Re: Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-13 Thread Graham Percival
On Wed, Jul 13, 2011 at 06:18:30AM +0200, Werner LEMBERG wrote: > > reset *skip-word* to default at end of file to prevent override > > leaking into other regression tests > > Just curious: How can this happen? While handling the regression > suite, more than a single test file is processed b

Re: Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-12 Thread Werner LEMBERG
> * input/regression/song-skip-noword.ly > > reset *skip-word* to default at end of file to prevent override > leaking into other regression tests Just curious: How can this happen? While handling the regression suite, more than a single test file is processed by a single lilypond call?

Fix #1507: Inconsistent \festival output in regression testing. (issue4693046)

2011-07-12 Thread n . puttock
Reviewers: , Description: Fix #1507: Inconsistent \festival output in regression testing. * input/regression/song-skip-noword.ly reset *skip-word* to default at end of file to prevent override leaking into other regression tests * ly/festival.ly (festivalsyl): use paramaterize to set *s