Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsanders authored Jan 6, 2024
1 parent cbdcd02 commit cc51e6f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
The goal of this package is to provide a Julian interface for representing
the objects and structures in ("Western") music theory (based on semitones).

## Contents
## Contents of the package
- Pitches with scientific notation, e.g. C4 for middle C
- Intervals
- Scales
- Notes and rests with durations
- Chords
- Chords
- Triads

## Pitches
Pitch names are exported in the `MusicTheory.PitchNames` submodule.
Expand All @@ -36,6 +37,9 @@ The `Interval` type computes the interval between two pitches:
```jl
julia> Interval(C[4], E[4])
Major 3rd

julia> C[4] + Interval(3, Major)
E₄
```

## Scales
Expand Down

0 comments on commit cc51e6f

Please sign in to comment.