Fix set score rendering

This commit is contained in:
marc
2025-04-27 11:49:44 +02:00
parent e07ec0b9bf
commit 695e0b54bf
5 changed files with 1119 additions and 135 deletions

View File

@@ -123,7 +123,6 @@ async def get_or_create_set_score(tune_set: playlists.Set) -> playlists.SetScore
# No score exists, so we need to create it
set_source = lilypond_source.set_source(tune_set=lilypond_set)
out_filepath = files_service.get_set_filename(set_score_hash)
print("Out filepath: ", str(out_filepath))
async with files_service.tmp_file(content=set_source) as source_filepath:
if not pdf_filepath.exists():
pdf_result = await lilypond_render.render_file(