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

https://github.com/nwhetsell/instrumentation-cheat-sheet

Ranges of musical instruments in a compact format
https://github.com/nwhetsell/instrumentation-cheat-sheet

lilypond music music-composition musical-instruments tex

Last synced: 2 months ago
JSON representation

Ranges of musical instruments in a compact format

Awesome Lists containing this project

README

        

# Instrumentation Cheat Sheet

This is a “cheat sheet” that shows ranges of musical instruments in a compact format.
There are two versions, with concert pitch at A3 and A4.
You can download the version with A3 concert pitch
[here](https://github.com/nwhetsell/instrumentation-cheat-sheet/releases/download/v16/instrumentation-cheat-sheet-a3-concert.pdf),
and the version with A4 concert pitch
[here](https://github.com/nwhetsell/instrumentation-cheat-sheet/releases/download/v16/instrumentation-cheat-sheet-a4-concert.pdf).

To create the cheat sheet yourself, you need
[TeX Live](https://tug.org/texlive/),
[biber](https://github.com/plk/biber), and
[LilyPond](https://lilypond.org) v2.25.24 or later.
On macOS, the easiest way to install these is probably using [Homebrew](https://brew.sh):

```sh
brew install biber texlive nwhetsell/lilypond/lilypond-unstable
```

After either adding the `lilypond` executable to your `PATH` or linking it—

```sh
brew link lilypond-unstable
```

—you should be able to create the cheat sheet by running:

```sh
make
```