diff --git a/README.md b/README.md index f9c4735..9ea5b85 100644 --- a/README.md +++ b/README.md @@ -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/)