Updates:
Status: Started
Comment #4 on issue 1236 by adam.spi...@gmail.com: CG+scripts should use
$LILYPOND_GIT
http://code.google.com/p/lilypond/issues/detail?id=1236
Pushed f955789f0e1726c03b554a9fde21494687ae95b8 to staging which addresses
several of the issues here, if not all.
Comment #3 on issue 1236 by adam.spi...@gmail.com: CG+scripts should use
$LILYPOND_GIT
http://code.google.com/p/lilypond/issues/detail?id=1236
For a shell script such as doc-section.sh, auto-detection is as simple as:
cd "`dirname $0`"
cd ../..
LILYPOND_GIT="`pwd`"
Obviously auto-detection
Updates:
Summary: CG+scripts should use $LILYPOND_GIT
Labels: -Priority-Medium
Comment #2 on issue 1236 by percival.music.ca: CG+scripts should use
$LILYPOND_GIT
http://code.google.com/p/lilypond/issues/detail?id=1236
We should standardize on $LILYPOND_GIT instead of a hard-co