We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3ee189 + 2a35cd2 commit d01d129Copy full SHA for d01d129
etc/doc/tutorial/02.1-Your-First-Beeps.md
@@ -122,4 +122,7 @@ play :E4
122
If you want to make a note sharp, add an `s` after the note name such as
123
`play :Fs3` and if you want to make a note flat, add a `b` such as `play :Eb3`.
124
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
+
128
Now go *wild* and have fun making your own tunes.
0 commit comments