View source: R/phrase_helpers.R
notate | R Documentation |
Annotate a music staff, vertically aligned above or below the music staff at a specific note/time.
notate(x, text, position = "top")
x |
character. |
text |
character. |
position |
character, top or bottom. |
This function binds text annotation in LilyPond syntax to a note's
associated info
entry.
Technically, the syntax is a hybrid form, but is later updated safely and
unambiguously to LilyPond syntax with respect to the rest of the note info
substring when it is fed to phrase()
for musical phrase assembly.
a character string.
notate("8", "Solo")
phrase("c'~ c' d' e'", pc(notate(8, "First solo"), "8 8 4."), "5 5 5 5")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.