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
- Host: GitHub
- URL: https://github.com/nwhetsell/instrumentation-cheat-sheet
- Owner: nwhetsell
- License: mit
- Created: 2024-06-22T11:53:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T11:58:21.000Z (3 months ago)
- Last Synced: 2025-03-17T12:13:02.450Z (2 months ago)
- Topics: lilypond, music, music-composition, musical-instruments, tex
- Language: TeX
- Homepage:
- Size: 239 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```