Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSchweyk authored Dec 23, 2021
1 parent e650961 commit a50534a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ pip install ZMusicLibrary
```

###
##Note
Note
=

Create a note object:
```
Expand Down Expand Up @@ -50,7 +51,8 @@ n = Note("C##4")
print(n.simplify_notation()) # prints Note(D4)
```
###
##Chord
Chord
=
Create a pre-defined chord object:
####
Here are the following chord types, and the intervals that they consist of:
Expand Down Expand Up @@ -135,7 +137,8 @@ print(c1 != c2) # True
```

###
##Scale
Scale
=
Create a pre-defined scale object:
####
Here are the following scale types, and the intervals that they consist of:
Expand Down Expand Up @@ -190,4 +193,4 @@ print(s1 > s2) # False
print(s1 >= s2) # False
print(s1 == s2) # False
print(s1 != s2) # True
```
```

0 comments on commit a50534a

Please sign in to comment.