An open API service indexing awesome lists of open source software.

https://github.com/alexhallam/bagpipe_tunes

Tunes for pipes
https://github.com/alexhallam/bagpipe_tunes

Last synced: 3 months ago
JSON representation

Tunes for pipes

Awesome Lists containing this project

README

          

# Bagpipes

This is a collection of music I play or is significant to me in some way.

### How to compile

I am using `lilypond` to convert music represented as text to a pdf. I also use an extension [bagpipemusic](https://github.com/svenax/bagpipemusic.ly). See docs for bagpipe music [https://lilypond.org/doc/v2.22/Documentation/notation/bagpipes](https://lilypond.org/doc/v2.22/Documentation/notation/bagpipes).

Assuming you have `lilypond` installed do the following from the command line.

```
git clone
cd bagpipes/airs
lilypond skye_boat_song.ly
```

Then use the browser or a program like `zathura`, any pdf viewer would work, to view the result.

I forked from https://github.com/svenax/bagpipemusic