I don't recommend that people do this, but *sigh* there's a lot of
interest in it. (OTOH, I guess that's to be expected from people
who want to work on open-source projects)
# set to 1 to set up for translation, to 0 for other
set translator 0
+# location of lilypond git
+set lily_dir $env(HOME)/lilypond-git
+
+
if {$translator == 1} {
set windowTitle \
"LilyPond Translator's Git Interface version $version"
# Helper functions
-set lily_dir $env(HOME)/lilypond-git
if {[file exists $lily_dir]} {
cd $lily_dir
}