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'))

musicXML documentation built on April 12, 2025, 2:13 a.m.