@onjmin/dtm
    Preparing search index...

    Type Alias ExportMusicXmlPart

    type ExportMusicXmlPart = {
        lyrics?: string[];
        name: string;
        notes: Note[];
    }
    Index

    Properties

    Properties

    lyrics?: string[]

    音符に付ける歌詞(displayKana の形: 文字 + 、 ↑ ↓、継続は ー 〜)。 notes と同じ並び順で対応させる。短ければ足りないぶんは付かない。 記号は楽譜の要素(ブレス記号・松葉・メリスマ線・スライド)へ写す。

    name: string

    パート名。楽譜ソフトの左端に出る。

    notes: Note[]