@libraz/libcantus - v1.1.0
    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 in scientific pitch notation: octave 4 starts the stack near middle C (MIDI 60), i.e. near 12 * (octave + 1).

    4
    
    rootless?: boolean

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

    false