Hello,

On 28 September 2012 21:24, Thomas Morley <thomasmorle...@googlemail.com> wrote:
> Hi,
>
> I wanted to test Marc's bar-line-patch somewhat closer, but I have a
> problem, not knowing what to do.
>
> I did (because I don't know what went wrong I post every detail):
>
> 1. Downloaded the patch from Rietveld and stored it in `0001-bar-line.patch'
>
> 2. To get the newest lily-source-code (I'm using LilyDev), not
> affected from any other work I might have done, I typed in terminal:
>  cd lilypond-git/
>  git reset --hard HEAD
>  git clean -f
>
>  cd build/
>  make clean
>  make doc-clean
>  make test-clean
>
>  Updating source using "LilyDPond Contributer's Interface" of LilyDev
>
> 4. Building lilypond with
>  ../configure
>  make
>
> 5. Establishing test-base-line via
>  make test-baseline
>
> 6. Back to lilypond-git/ I tried applying the patch with
>  git apply --index 0001-bar-line.patch

I just download the diff and in the top level of $LILYPOND_GIT you
cannot do it in $LILYPOND_GIT/build you have to be in the top level

patch -p1 < [path to issue*.diff]

cd build

make

make test

Jame

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

Reply via email to