SYNOPSIS
OPTIONS
EXAMPLES
MIDI Here is the simplest usage for proll without any command-line options:
proll prelude28-11.krn > prelude28-11.ppm
convert prelude28-11.ppm relude28-11.png
This will create the following graphic image:
![]() Output images can be resized with the convert command:
proll prelude28-11.krn > prelude28-11.ppm
convert prelude28-11.ppm -resize 100 thumbnail.png
which will generate the following thumbnail image:
By default each major **kern spine in a Humdrum file will be given a different color by voice. To color the notes according to their metric position, you can use the -sM to indicate the metric style of colorizing the picture.
proll -sM prelude28-11.krn > prelude28-11M.ppm
convert prelude28-11M.ppm prelude28-11M.png
By default the background image contains a keyboard tablature. To turn this keyboard off, use the -K option. To make the keyboard image more prominant, change the color of the white keys with the -k option:
proll -k 555555 prelude28-11.krn > whitekeys.ppm
convert whitekeys.ppm whitekeys.png
More example usages of the proll program are avaliable on the proll examples page
DOWNLOAD
The source code for the program was last modified on 11 Apr 2002. |