2007/7/30, Carl D. Sorensen <[EMAIL PROTECTED]>: > All my work for this update is on the /scm files, but the place where > the files need to be to work with the executable is different from the > place where the git repository has them. The "executable" .scm files > are in Program Files/LilyDev/usr/share/current/lilypond/scm. The git > files are in lilypond/scm.
I recommend you do development in Program Files/LilyDev/usr/share/current/lilypond ie. go to that directory, do git add . git commit -m 'initial add' and then send patches using git-format-patch This puts your repository inside the lilypond install directory, so you might loose the repo if you uninstall lilypond. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
