toMXL.note: Note to MXL (MusicXML)

View source: R/class_note.R

toMXL.noteR Documentation

Note to MXL (MusicXML)

Description

Convert an object of class 'note' into the corresponding MusicXML chunk

Usage

## S3 method for class 'note'
toMXL(x)

Arguments

x

Note to be converted.

Value

A MusicXML string.

Examples

toMXL(note(p=pitch('Db5')))

benRenard/musicXML documentation built on Feb. 23, 2025, 6:57 a.m.