Skip to content

Commit

Permalink
The example is in C
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed May 2, 2016
1 parent e2482bb commit c96cf26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/canon-d-easy.p6 → examples/canon-c-easy.p6
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ END { $stream.close }

my Audio::MIDI::Note $note .= new: :20tempo :$stream, :value(½), :49velocity;

# Pachelbel `Canon in D`
# Pachelbel `Canon in C`
# Comments reference this sheet music: http://www.8notes.com/scores/420.asp
$note .play(<C4 E4>).play(<G3 D4>) # first line of bars, with one repeat
.play(<A3 C4>).play(<E3 B3>)
Expand Down

0 comments on commit c96cf26

Please sign in to comment.