Clone Lilypond from the upstream repository and support updates
This commit is contained in:
parent
320322d48b
commit
b7ad416928
1 changed files with 1 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue