From dd86ddccd90af7aad36348f41951157080082584 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 11 Feb 2026 23:15:40 +0200 Subject: [PATCH] Clone Lilypond from the upstream repository and support updates --- .config/setup/43-install-emacs-lilypond-mode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/setup/43-install-emacs-lilypond-mode.sh b/.config/setup/43-install-emacs-lilypond-mode.sh index cf53bf2..168cab8 100755 --- a/.config/setup/43-install-emacs-lilypond-mode.sh +++ b/.config/setup/43-install-emacs-lilypond-mode.sh @@ -7,6 +7,6 @@ projdir="$(systemd-path user)"/Projects mkdir --parents "${projdir}" rm --force --recursive "${projdir}/lilypond" cd "${projdir}" || exit -git clone --depth=1 https://github.com/lilypond/lilypond +git clone https://git.savannah.gnu.org/git/lilypond cd lilypond || exit python3 scripts/build/lilypond-words.py --el --dir=elisp/