Reinhold Kainhofer <reinh...@kainhofer.com> writes:

> Am Sonntag, 22. November 2009 01:17:10 schrieb David Kastrup:
>> Neil Puttock <n.putt...@gmail.com> writes:
>> > 2009/11/21 David Kastrup <d...@gnu.org>:
>> >> Modifying Lilypond, then recompiling and reinstalling.  That's not the
>> >> most hack-friendly way.  I am still finding my way around.
>> >
>> > You're only modifying .scm files, so there shouldn't be any
>> > recompiling/reinstalling involved.
>> 
>> They are lilypond .scm files, so I need to edit them either in the
>> source tree (where they won't get consulted without reinstalling) or in
>> the installed tree (where they will get overwritten on reinstalling) or
>> in private directories (where I get into search order mess when
>> different versions are flying around).
>
> The easiest way to develop lilypond is to execute the binary directly
> from the build tree (=source tree). In particular, I have a file
> ~/.bin/lilypond (~/.bin is in my $PATH) containing only:

> [...]

But the main point for me is that developing new functionality should
not involve tampering with existing files if possible.  I don't want to
check every unfinished change into a branch of its own (which I have to
merge at some point of time) if it can be placed into a file of its own.

-- 
David Kastrup



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to