On Fri, 2015-01-16 at 18:01 +0000, Richard Shann wrote: > No, that should be fine for testing, I'll get to this as soon as > possible.
Ok, both are working fine, attached (*) is a batch file which can be placed in the top directory and should run Denemo when double clicked. There still remains the problem that the font feta26.ttf needs to be installed. Can you post up the source code of the utility that you found - we should be able to use it to install the font - we could even use the batch file to install it .\regfont .\usr\share\fonts\truetype\denemo\feta.ttf would do it, but it would it not require elevated permissions? We could also fix the problem that the preference for LilyPond path may change depending on which usb port gets used, so for this version it should not be picked up from denemorc - we can do that. Richard (*) Ha! the denemo-devel list refused to post my email because of the attachement! It thought that anything called .bat might be a bug. Well, here is the actual text of the .bat file: @ECHO OFF START /B .\usr\bin\denemo.exe %1 we would probably need START /B before the .\regfont too, to avoid a terminal getting launched. _______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
