Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion questions/9a9b.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ structure that will represent these elements! The trick is to exploit the fact

Turning tune elements into strings will involve overriding `toString`
in your `Note` and `Rest` classes (and possibly also in enumerations you may have created). A quarter-length
"middle C" note should be represented by the string `C-4(1/4)`. A half-length rest should be represented as
"middle C" note should be represented by the string `C4(1/4)`. A half-length rest should be represented as
`Rest(1/2)`. Other notes and rests should be represented similarly. The well-known tune Fr\`{e}re-Jaques
starting on "middle C" would be represented as a string thus (with some line breaks added):

Expand Down