@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias StyledVoicingOptions

    Options controlling voiceChordStyled.

    type StyledVoicingOptions = {
        style?: VoicingStyle;
        topNote?: number;
        octave?: number;
        rootless?: boolean;
    }
    Index
    style?: VoicingStyle

    Voicing style to build.

    'close'
    
    topNote?: number

    Constrain the highest voice to this pitch class (0..11) when given.

    octave?: number

    Base octave for the close stack; the stack begins near 12 * octave.

    4
    
    rootless?: boolean

    Omit the root regardless of style (relevant for jazz voicings).

    false