lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inserting comments into the log file


From: Paul Thompson
Subject: Re: Inserting comments into the log file
Date: Wed, 17 Nov 2010 14:36:11 -0800 (PST)

Helpful, but not in the way that I need.  Essentially, I am trying to pinpoint the location of bad code. So, when I put the
#(display "Test")
construction, I get that to my window, but not to the same one as the errors and warnings.
 
I had been issuing \break commands in the wrong place, and was trying to remove the incorrect \break commands.

As I noted, using
\barNumberCheck #2
on any other bar other than 2 will print a feedback message which can be used to track location.

Paul Thompson

From: jakob lund <address@hidden>
To: address@hidden
Sent: Wed, November 17, 2010 3:26:08 PM
Subject: Re: Inserting comments into the log file

Hi Paul

Not sure about the log file, but you can print to the standard output like this:

#(display "...some text...")

(space after "display" is mandatory)


Jakob.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]