Skip to content

Commit

Permalink
Update song_format.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ttt-amm authored Sep 20, 2023
1 parent f4b4ec7 commit 3dac6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borne/song_format.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
$go_topline = ['theme0','theme1','solo'];
$stop_topline = ['text0', 'text2', 'text4'];
$go_harmony = ['text1','text3'];
$stop_harmony = ['text2'];
$stop_harmony = ['text2','outro'];

$song_formats_tube = new Tube();
$chp = $song_formats_tube->getChordProgression($chords);
Expand Down

0 comments on commit 3dac6eb

Please sign in to comment.