address@hidden:~$ denemo BinReloc failed to initialize: Domain: 79 (GBinReloc) Code: 4 Message: Binary relocation support is disabled. ---------------- Lilypond Path lilypond midiplayer timidity Audioplayer play Help Browser mozilla Autosave Timeout 5 Csound Command csound -dm6 Lilypond Path lilypond midiplayer timidity Audioplayer play Csound Command csound -dm6 Autosave Timeout 5 Autosave Parts 0 Help Browser mozilla I/O warning : failed to load external entity "/home/nils/.denemo/denemohistory" ** (denemo:8550): WARNING **: Could not read XML file /home/nils/.denemo/denemohistory init prefs run (denemo:8550): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow (denemo:8550): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow (denemo:8550): Gtk-WARNING **: LilyCreateCustom: missing action LilyCreateCustom (denemo:8550): Gtk-WARNING **: LilyToggleShow: missing action LilyToggleShow (denemo:8550): Gtk-WARNING **: LilyDelete: missing action LilyDelete Trying local file /home/nils/.denemo/actions/Default.cmdset as xml...I/O warning : failed to load external entity "/home/nils/.denemo/actions/Default.cmdset" ** (denemo:8550): WARNING **: Could not read XML file /home/nils/.denemo/actions/Default.cmdset ..no. Trying systemwide file /usr/local/share/denemo/actions/Default.cmdset as xml...Hiding Builtin StemUp Hiding Builtin StemDown ** (denemo:8550): WARNING **: MIDI is not yet in map ..ok. GNU Denemo, a gtk+ frontend for GNU Lilypond (c) 1999-2005 Matthew Hiller, Adam Tee, and others This program is provided with absolutely NO WARRANTY; see the file COPYING for details. This software may be redistributed and modified under the terms of the GNU General Public License; again, see the file COPYING for details. Calling script (use-modules (srfi srfi-13)) (define Chord? (lambda () (string=? (d-GetType) "CHORD"))) (define NextChordInSelection (lambda () (if (d-NextSelectedObject) (if (Chord?) #t (NextChordInSelection)) #f ))) (define FirstChordInSelection (lambda () (if (d-GoToMark) (if (Chord?) #t) #f))) (define ApplyToSelection (lambda (command positioning_command) (begin (if (eval-string positioning_command) (begin (eval-string command) (ApplyToSelection command "(d-NextSelectedObject)")))))) (display "Denemo scheme initialization complete. ") (d-A) (d-SetGrace) (d-GoToEnd) (d-DeletePreviousObject) (d-DeletePreviousObject) (d-DeletePreviousObject) (display "Worked around initialization bug for grace notes. ") Denemo scheme initialization complete. Worked around initialization bug for grace notes. No of displays : 1 Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to "detailed" and rerun the program to get more information. Set it to "no" to suppress this message.