Re: Beginners problem with display in an include file

2014-11-19 Thread Paul Morris
to call to your naturalizeMusic function: \naturalizeMusic { c e g 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

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)))