tieNotes: Tie notes.

View source: R/utilities.R

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

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