bryanbraun / music-box-fun

A web app for making music box songs.
https://musicbox.fun
Other
51 stars 4 forks source link

Ability to print a song on paper, for easy transfer to physical music box #16

Closed bryanbraun closed 2 months ago

bryanbraun commented 3 years ago

This would make transferring a song to a physical box more convenient and less error-prone. Other sites that play music box songs have this feature.

dedou83 commented 3 years ago

Yes it's a very good idea !!! very useful ! :)

bryanbraun commented 3 months ago

This has been requested several times, so it's at the top of my priority list. If you need to print a song in the mean time, a workaround is to take a screenshot of the page (see these instructions) and scale it for printing.


Dev notes: I think a first-pass would be to add a print-stylesheet, that makes the existing HTML more suitable for printing. In the future, if we want more robust printing, we could use the note data to generate a custom image that is only used for printing.

bryanbraun commented 2 months ago

This feature has been added. To print, use CMD+P or your browser's default print feature (usually found in File → Print). In the future, we can consider adding a dedicated "Print" button to the music-box-fun UI itself.