On Fri, 2013-11-01 at 09:32 +0000, Richard Shann wrote: > The first would be to launch Denemo with scripts that would generate a > LilyPond file and check for regression, a MIDI file and check for > regression, and (some work would be needed for this) run a selection > of > the Denemo commands checking that the scheme scripts did not barf.
I didn't make it clear that this type of test can be launched non-interactively (though with the caveat that gtk must still be able to run). denemo -n -a "(d-C)(d-D)(d-E)(d-F)(d-G)(d-A)(d-B)(d-Save \"filename=test.denemo\")(d-Quit)" for example saves a file with a C-major scale in it (to the current directory) (latest git!). and denemo -n -a "(d-Open \"test.denemo\")(d-Play \"(d-Quit)\"))" should play the file (and then quit). Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
