Print lilypond WARNING when compiling
This commit is contained in:
parent
0aba9d4071
commit
d47bb307bd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ vim.api.nvim_create_autocmd("VimEnter", {
|
|||
-- Run lilypond after save on .ly files
|
||||
vim.api.nvim_create_autocmd("BufWritePost", {
|
||||
pattern = "*.ly",
|
||||
command = "![ -f ./Makefile ] && make || lilypond --silent %",
|
||||
command = "![ -f ./Makefile ] && make || lilypond -l WARNING %",
|
||||
group = group
|
||||
})
|
||||
-- Toggle relative number and absolute number according to focus and insert
|
||||
|
|
Loading…
Add table
Reference in a new issue