[EMAIL PROTECTED] writes:
> I'm trying to create a Fret_diagram_engraver.  To do so, I am creating
> the file fret-diagram-engraver.cc.
> 
> How do I get the .cc file added to the make file?
> 
> I'm not familiar with autoconf. I have grep'ed around looking for the
> names of existing engravers.  The only place I find chord-name-engraver
> is in out/chord-name-engraver.dep.  I know that out/*.dep is
> automatically generated during the make process.  Something must control
> the process and cause out/chord-name-engraver.dep to be created, but I
> have not been able to find what this thing is.

see stepmake/stepmake/c++-variables.make

basically, all you have to do is insert the file into the lily/ dir
and do

           cvs add fret-diagram-engraver.cc

(note that it is policy to only check in code that is already usefully
working in some sense.)

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



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

Reply via email to