dotfiles/.config/setup/23-install-emacs-lilypond-mode.sh

9 lines
253 B
Bash
Executable file

#! /usr/bin/sh
projdir="${HOME}/Projects"
mkdir -p "${projdir}"
rm -rf "${projdir}/lilypond"
cd "${projdir}" || exit
git clone --depth=1 https://github.com/lilypond/lilypond
cd lilypond || exit
python3 scripts/build/lilypond-words.py --el --dir=elisp/