tieNotes {musicXML}R Documentation

Tie notes.

Description

Add ties to successive notes having the same pitch.

Usage

tieNotes(notes)

Arguments

notes

list of notes (typically created by function getNotes)

Value

A list of note objects.

Examples

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

[Package musicXML version 1.0.1 Index]