Sunday, November 3, 2019¶
I restarted working on the songbook project. First step is to convert it to Python 3. I also want it to get rid of timtools.
How to play midi files:
$ sudo apt-get freepats install timidity timidity-interfaces-extra
lilypond-book: warning: Unable to auto-detect default settings:
–> sudo apt install texlive-xetex
20091128.lytex:2371:1: error: syntax error, unexpected SCM_TOKEN
Here:
#(override-auto-beam-setting '(end * * * *) 1 4)
20091128.lytex:2371:2: error: GUILE signaled an error for the expression beginning here
#
(override-auto-beam-setting '(end * * * *) 1 4)
Unbound variable: override-auto-beam-setting
20091128.lytex:2372:2: error: GUILE signaled an error for the expression beginning here
#
(override-auto-beam-setting '(end * * * *) 2 4)
Unbound variable: override-auto-beam-setting
20091128.lytex:2373:2: error: GUILE signaled an error for the expression beginning here
#
(override-auto-beam-setting '(end * * * *) 3 4)
Unbound variable: override-auto-beam-setting