]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/lily-git.tcl
Make it easier to change the lilypond-git dir.
[lilypond.git] / scripts / auxiliar / lily-git.tcl
index 0124ecc464fdd5d4c860e374dbaec4e57a12eaf4..5bc6a3c85b48b32523136e77e969e095c526b450 100755 (executable)
@@ -9,6 +9,10 @@ set version 0.64
 # 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"
@@ -66,7 +70,6 @@ set commit_header {}
 
 # Helper functions
 
-set lily_dir $env(HOME)/lilypond-git
 if {[file exists $lily_dir]} {
        cd $lily_dir
 }