Add even moar instructions to README
This commit is contained in:
parent
6cbf6d1aed
commit
c48a5d01ce
1 changed files with 7 additions and 0 deletions
|
@ -27,6 +27,13 @@ convert score.png -rotate 90 score.pdf
|
||||||
pdfposter -s1 -m 20x28.7cm score.pdf print.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
|
## Useful Links
|
||||||
- [ffmpeg - showspectrumpic manual](https://ffmpeg.org/ffmpeg-filters.html#showspectrumpic)
|
- [ffmpeg - showspectrumpic manual](https://ffmpeg.org/ffmpeg-filters.html#showspectrumpic)
|
||||||
- [Frequency to Musical Note Converter](https://newt.phys.unsw.edu.au/music/note/)
|
- [Frequency to Musical Note Converter](https://newt.phys.unsw.edu.au/music/note/)
|
||||||
|
|
Loading…
Reference in a new issue