Learn R Programming

musicXML (version 1.0.1)

toMXL.pitch: Pitch to MXL (MusicXML)

Description

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

Usage

# S3 method for pitch
toMXL(x)

Value

A MusicXML string.

Arguments

x

Pitch to be converted.

Examples

Run this code
toMXL(pitch('Db5'))

Run the code above in your browser using DataLab