Description Usage Arguments Examples
Creates an HTML preview of a piece of ABC notation expressed as a string. This preview should automatically appear in the RStudio viewer pane.
1 2 | view_abc_string(x, play_midi = FALSE, download_midi = FALSE,
staff_width = 740)
|
x |
(Character scalar) ABC notation to view, expressed as a string. |
play_midi |
(Logical scalar)
If |
download_midi |
(Logical scalar)
If |
staff_width |
(Numeric scalar)
|
1 2 3 | view_abc_string("C D E F G")
view_abc_string("L:1\nC D E F G")
view_abc_string("L:1\n[CEG]\n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.