about summary refs log tree commit diff
path: root/laravel/app/Song.php
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-09-23 04:17:26 +0000
committerZach DeCook <zachdecook@librem.one>2022-09-23 04:17:26 +0000
commit6e849a855ccbf2d8198fe6d3375010b9fec5f617 (patch)
tree701650f282f010f6278ced6bdb51add687951e3b /laravel/app/Song.php
parent120199b9c0aee5aa17217a44abc5c01535cc35e7 (diff)
downloadprosongsa-6e849a855ccbf2d8198fe6d3375010b9fec5f617.tar.gz
chord showing: better support for special sharp/flat unicode chars
Diffstat (limited to 'laravel/app/Song.php')
-rw-r--r--laravel/app/Song.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/laravel/app/Song.php b/laravel/app/Song.php
index 0f7248a..efd30a6 100644
--- a/laravel/app/Song.php
+++ b/laravel/app/Song.php
@@ -110,6 +110,7 @@ class Song extends Model
             '/E' => '/e',
             '/F' => '/f',
             '/G' => '/g',
+            '♯' => '#',
             '♭' => 'b',
             'Db' => 'C#',
             'Eb' => 'D#',