|
|
|
@ -27,6 +27,13 @@ convert score.png -rotate 90 score.pdf
@@ -27,6 +27,13 @@ convert score.png -rotate 90 score.pdf
|
|
|
|
|
pdfposter -s1 -m 20x28.7cm score.pdf print.pdf |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
....if that cuts things off at the edges, try doing it like this: |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
convert score.svg score.pdf |
|
|
|
|
pdfposter -s1 score.pdf print.pdf |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Useful Links |
|
|
|
|
- [ffmpeg - showspectrumpic manual](https://ffmpeg.org/ffmpeg-filters.html#showspectrumpic) |
|
|
|
|
- [Frequency to Musical Note Converter](https://newt.phys.unsw.edu.au/music/note/) |
|
|
|
|