Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 565 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 565 Bytes

Piano pieces

Here are some easy piano pieces written in the ABC notation language. To view them as PDFs, see:

To compile .abc files on Ubuntu or other Debian-based systems:

sudo apt-get install abcm2ps
abcm2ps filename.abc

To compile and preview an .abc file automatically whenever it is saved:

sudo apt-get install gv inotify-tools
./compile.sh filename.abc