K 10 svn:author V 5 joerg K 8 svn:date V 27 1995-04-01T22:12:16.000000Z K 7 svn:log V 249 xboing used to lock the score file against itself. This has been due to a wrong understanding of how the locking works. It locks on files, not descriptors, hence it's not sufficient to close the descriptor of a locked file. The patch fixes this. END