| 
 
 
 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.pngThis 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.pngwhich 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  ONLINE DATA
 program file.krnIt can also read the data over the web: program http://www.some-computer.com/some-directory/file.krnPiped data works in a somewhat similar manner: cat file.krn | programis equivalent to a web file using ths form: echo http://www.some-computer.com/some-directory/file.krn | program Besides the http:// protocol, there is another special resource indicator prefix called humdrum:// which downloads data from the kernscores website. For example, using the URI humdrum://brandenburg/bwv1046a.krn: program humdrum://brandenburg/bwv1046a.krnwill download the URL: Which is found in the Musedata Bach Brandenburg Concerto collection. This online-access of Humdrum data can also interface with the classical Humdrum Toolkit commands by using humcat to download the data from the kernscores website. For example, try the command pipeline: humcat humdrum://brandenburg/bwv1046a.krn | census -k BUGS
 DOWNLOAD
 The source code for the program was last modified on 14 Nov 2013. Click here to go to the full source-code download page. |