Hi there: This is my first post, and i like to ask about "tabr": Is anyone using it ? It's a package for guitar tablature, that wrapps around LilyPond. Although it generates (.ly), it not generated this output data. I used the following code:
# My First Score library(tabr) p("r a2 c f d a f", "4 8*6", "x 5 5 4 4 3 4") %>% track %>% score %>% tab("phrase.pdf", key = "dm", time = "4/4", tempo = "4 = 120") outfile <- file.path(tempdir("C:/Users/gwb70/Documents/Tabr Sessions"), "out.ly") lilypond(x, outfile) Can anyone re-write this code to yield (.ly) ? * This package requires R and Rstudio installation. Thank you in advance: GWB70.
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user