Backend for songs.zachdecook.com
* Key parsing: Ability to parse {Key:D mixolydian}
| -rw-r--r-- | page.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ function load_song( $number, $transp = 0 ) } if ( preg_match( "/\{p?\d*\((.+m?)\)\}/", $line, $matches) - || preg_match("/^{Key: ?(.*)}/i", $line, $matches) + || preg_match("/^{Key: ?([^ ]*).*}/i", $line, $matches) ) { if ( isset( $suggestedSong[$current_song])) |