On Tue, 2014-01-14 at 09:20 -0600, Jeremiah Benham wrote: > On Mon, Jan 13, 2014 at 03:53:08PM +0000, Richard Shann wrote: > > Jeremiah - > > it would be very handy for me if a windows build from the latest git > > could be made - no need for gtk3, but LilyPond 2.18 would be good if > > possible. > > Richard > > > > Here it is: > http://denemo.org/~jjbenham/gub/uploads/denemo-0.0.0-0.mingw.exe
I have found a bug in this that is not present in the GNU/Linux build: when you do File->New the new file is already marked as needing saving. This means you cannot switch the input without saving it the empty score under some dummy file name (or executing (d-SetSaved #f) in the scheme window). There will be something in the conditionals G_OS... that is doing this I suspect. When a new project, movement is created it will naturally set the file as unsaved, and there is some special code to undo this when it is a new "project/movement" (DenemoGUI/DenemoScore in old terminology) that is being created. Richard _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
