toMXL.pitch: Pitch to MXL (MusicXML)

View source: R/class_pitch.R

toMXL.pitchR 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'))

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