Learn R Programming

musicXML (version 1.0.1)

tieNotes: Tie notes.

Description

Add ties to successive notes having the same pitch.

Usage

tieNotes(notes)

Value

A list of note objects.

Arguments

notes

list of notes (typically created by function getNotes)

Examples

Run this code
n <- tieNotes(getNotes(pitches=pitchMapping(x=rnorm(100))))

Run the code above in your browser using DataLab