Notes 2

Run Settings
LanguageRaku
Language Version
Run Command
use Notes; say G4; say C♯3; say F♭5
class Note { has $.note; has $.symbol; has $.octave; } sub EXPORT(--> Map()) { my @opts = ("A" .. "G") X ("", "♭", "♯") X (1..10); do for @opts -> ($note, $symbol, $octave) { "&term:<$note$symbol$octave>" => -> { Note.new: :$note, :$symbol, :$octave } } }
Editor Settings
Theme
Key bindings
Full width
Lines