[EMAIL PROTECTED] 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   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to