Skip to content

Commit d01d129

Browse files
authored
Merge pull request #2903 from owenniblock/docs/add-notes-on-rest
add a section on how to use :r
2 parents f3ee189 + 2a35cd2 commit d01d129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

etc/doc/tutorial/02.1-Your-First-Beeps.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,7 @@ play :E4
122122
If you want to make a note sharp, add an `s` after the note name such as
123123
`play :Fs3` and if you want to make a note flat, add a `b` such as `play :Eb3`.
124124

125+
There's also a handy shortcut for a rest (a musical way of saying not to play
126+
anything instead of a note) using `:r`, `:rest` or `nil`.
127+
125128
Now go *wild* and have fun making your own tunes.

0 commit comments

Comments
 (0)