Re: Issue 1236 in lilypond: CG+scripts should use $LILYPOND_GIT

2011-11-28 Thread lilypond
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.

Re: Issue 1236 in lilypond: CG+scripts should use $LILYPOND_GIT

2011-11-02 Thread lilypond
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

Re: Issue 1236 in lilypond: CG+scripts should use $LILYPOND_GIT

2011-09-07 Thread lilypond
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