Difference between revisions of "Humdrum lab 8"
Jump to navigation
Jump to search
(Created page with " == chorck == Chorck is a chorale-syntax checking program [documentation for chorck] == cint == cint is a tool that extract counterpoint modules from polyphonic music....") |
|||
Line 18: | Line 18: | ||
The three-interval counterpoint module for stepwise rising parallel thirds is "3 2 3". this can be done as a filter in VHV: | The three-interval counterpoint module for stepwise rising parallel thirds is "3 2 3". this can be done as a filter in VHV: | ||
+ | |||
+ | !!!filter: cint -O --search "3 2 3" | ||
+ | |||
+ | The -O option collapses intervals greater than an octave to less than an octave, such as 10th (an octave plus a 3rd) being transposed to 3rds. | ||
[[File:risingthirds.png|center|600px]] | [[File:risingthirds.png|center|600px]] |
Revision as of 18:17, 15 May 2018
chorck
Chorck is a chorale-syntax checking program
[documentation for chorck]
cint
cint is a tool that extract counterpoint modules from polyphonic music.
parallel thirds
The three-interval counterpoint module for stepwise rising parallel thirds is "3 2 3". this can be done as a filter in VHV:
!!!filter: cint -O --search "3 2 3"
The -O option collapses intervals greater than an octave to less than an octave, such as 10th (an octave plus a 3rd) being transposed to 3rds.