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
- Host: GitHub
- URL: https://github.com/alexhallam/bagpipe_tunes
- Owner: alexhallam
- Created: 2023-01-16T19:54:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T03:27:28.000Z (over 2 years ago)
- Last Synced: 2025-04-11T03:00:05.872Z (6 months ago)
- Language: LilyPond
- Size: 300 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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