MutopiaProject / mupub

A publication tool rewrite
MIT License
0 stars 2 forks source link

Warning in building preview #7

Open fedelibre opened 1 month ago

fedelibre commented 1 month ago

@glenl Today I noticed a warning while running mupub build on a file:

Building preview and midi files
GNU LilyPond 2.24.3 (running Guile 2.2)
Processing `StoitYavirNadVodoiu.ly'
Parsing...
Interpreting music...[8][16][24]
Preprocessing graphical objects...
Interpreting music...
MIDI output to `StoitYavirNadVodoiu.midi'...
Finding the ideal number of pages...
Fitting music on 1 or 2 pages...
Drawing systems...
warning: ignoring unsupported formats (png pdf)
Success: compilation successfully completed
Creating RDF file
INFO     mupub.commands.build Publishing build complete.

The warning is:

warning: ignoring unsupported formats (png pdf)

I think that since some version (which?) lilypond -dpreview creates also a .preview.png and there's no longer the need to force the .png. Something should be changed around here?