Version 1.2.0 of the note editor on Linux (GPL, very beta) is ready: http://rnvs.informatik.tu-chemnitz.de/~ja/noteedit/noteedit.html New features ============ New Elements: beamed notes, triplets; New edit functiones: undo, block copy, block delete, multi staff block copy, multi staff block delete Other Properties ================= * insertion/deletion/modification of notes, rests, dotted notes, slured notes, clefs, time signatures, key signatures on different staffs; * building accords; * playing on /dev/sequencer (if correctly configured) whereby: o giving each staff a different voice; o giving each staff a different channel; o highlighting the played notes; o setting midi tempo; * saving an restoring the files. The file format is similarily to the format of the music publication program (MUP): http://www.arkkra.com So you if you are a MUP user you have the possibility to convert the files into Midi and Postscript. Because it is a Qt program I plan to transform it into a KDE application (if ther is enough interest). Planned ======= *export MusicTex *export Midi *import Midi *transpose Conditions ========== The program is tested on S.u.S.E.-Linux 6.2, Qt-1.44-62, and sound card AWE-64. I used egcs-2.91.66. You need the following packages: * g++ compiler * X11 (include and libraries) * Qt (include and libraries) recommended: * LibKMid; see http://www.arrakis.es/~rlarrosa/libkmid.html You can compile the program without LibKMid. But in this case an #include /usr/src/linux/include/linux/soundcard.h occurs which can cause a lot of machine/sound card depencies. Therefore if your sound doesn't work and you are sure Midi works on your machine (you use KMid successfully) then try compilation with LibKMid! -- J.Anders, Chemnitz, GERMANY (ja@informatik.tu-chemnitz.de)