lilypond-devel
[Top][All Lists]
Advanced

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

Question regaring editor / debugger idea


From: Han-Wen Nienhuys
Subject: Question regaring editor / debugger idea
Date: Sat, 15 May 2004 00:51:42 +0200

address@hidden writes:
> My question is if it is OK to ask you developers for information as I 
> progress. For a start I would like to know if there is an easy way to
> extract all keywords (or better all words that start with a \ and are
> valid Lilypond  'words' - I don't know if keyword is the right
> definition)

If you are familiar with scheme, you could try to examine

 #(current-module)

from a .ly file. The scope of a ly file is actually a Scheme module,
and any method to examine all variables in a module will yield all
identifiers.

--
 Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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