toMXL.pitch {musicXML}R Documentation

Pitch to MXL (MusicXML)

Description

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

Usage

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

Arguments

x

Pitch to be converted.

Value

A MusicXML string.

Examples

toMXL(pitch('Db5'))

[Package musicXML version 1.0.1 Index]