Clone Lilypond from the upstream repository and support updates

This commit is contained in:
Ohad Livne 2026-02-11 23:15:40 +02:00
parent 185199aaad
commit dd86ddccd9
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -7,6 +7,6 @@ projdir="$(systemd-path user)"/Projects
mkdir --parents "${projdir}" mkdir --parents "${projdir}"
rm --force --recursive "${projdir}/lilypond" rm --force --recursive "${projdir}/lilypond"
cd "${projdir}" || exit cd "${projdir}" || exit
git clone --depth=1 https://github.com/lilypond/lilypond git clone https://git.savannah.gnu.org/git/lilypond
cd lilypond || exit cd lilypond || exit
python3 scripts/build/lilypond-words.py --el --dir=elisp/ python3 scripts/build/lilypond-words.py --el --dir=elisp/