Learn R Programming

musicXML (version 1.0.1)

toMXL.note: Note to MXL (MusicXML)

Description

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

Usage

# S3 method for note
toMXL(x)

Value

A MusicXML string.

Arguments

x

Note to be converted.

Examples

Run this code
toMXL(note(p=pitch('Db5')))

Run the code above in your browser using DataLab