diff --git a/stdlib/REPL/src/latex_symbols.jl b/stdlib/REPL/src/latex_symbols.jl index 43f1e184324a5..9f5b7e3e864ed 100644 --- a/stdlib/REPL/src/latex_symbols.jl +++ b/stdlib/REPL/src/latex_symbols.jl @@ -119,6 +119,46 @@ const latex_symbols = Dict( "\\euler" => "โ„ฏ", "\\ohm" => "โ„ฆ", + # Music Symbols + # Music Symbols - Accidentals + "\\flatflat" => "๐„ซ", + "\\sharpsharp" => "๐„ช", + # Music Symbols - Codas + "\\leftrepeatsign" => "๐„†", + "\\rightrepeatsign" => "๐„‡", + "\\dalsegno" => "๐„‰", + "\\dacapo" => "๐„Š", + "\\segno" => "๐„‹", + "\\coda" => "๐„Œ", + # Music Symbols - Clefs + "\\clefg" => "๐„ž", + "\\clefg8va" => "๐„Ÿ", + "\\clefg8vb" => "๐„ ", + "\\clefc" => "๐„ก", + "\\cleff" => "๐„ข", + "\\cleff8va" => "๐„ฃ", + "\\cleff8vb" => "๐„ค", + # Music Symbols - Rests + "\\restmulti" => "๐„บ", + "\\restwhole" => "๐„ป", + "\\resthalf" => "๐„ผ", + "\\restquarter" => "๐„ฝ", + "\\rest8th" => "๐„พ", + "\\rest16th" => "๐„ฟ", + "\\rest32th" => "๐…€", + "\\rest64th" => "๐…", + "\\rest128th" => "๐…‚", + # Music Symbols - Notes + "\\notedoublewhole" => "๐…œ", + "\\notewhole" => "๐…", + "\\notehalf" => "๐…ž", + "\\notequarter" => "๐…Ÿ", + "\\note8th" => "๐… ", + "\\note16th" => "๐…ก", + "\\note32th" => "๐…ข", + "\\note64th" => "๐…ฃ", + "\\note128th" => "๐…ค", + # Superscripts "\\^0" => "โฐ", "\\^1" => "ยน",