songs are nearly working entirely

Still needs audio and text_alignment, but it's nearly finished, then
we can find a way to load an entire presentation at once and then
track the changes to the presentation, and load songs from the files
This commit is contained in:
Chris Cochrun 2024-12-05 22:40:21 -06:00
parent 8c29e7900a
commit 9bd657f139
4 changed files with 21 additions and 12 deletions

View file

@ -591,6 +591,7 @@ You saved my soul"
pub fn test_lisp_conversion() {
let value = test_lisp_song();
let song = Song::from(value);
assert!(false, "{:?}", song);
let test_song = test_song();
assert_eq!(test_song, song);
}
}