Re: Beginners problem with display in an include file

2014-11-19 Thread Paul Morris
ings and display reutns nothing. I'll bet > it's a simple missunderstanding of the guile scheme interface. > > regards > Peter Gentry Hi Peter, I tried your code and everything seems to be working for me. I just had add the following to call to your naturalizeMusic function: \naturalizeMusic { bes c dis } Cheers, -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/Beginners-problem-with-display-in-an-include-file-tp168792p168833.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Beginners problem with display in an include file

2014-11-18 Thread Peter Gentry
\version "2.18.2" ;;; OS Vista and Frescobaldi ;;; attempt to improve include file enharmonic.ly ;;; why does guile display fail to produce an output to thefresobaldi log file #(ly:message "Test debug 1\n") #(define (naturalize-pitch p) (let ((o (ly:pitch-octave p)) (a (* 4 (ly:pitch-alteration p)