lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is anyone using "tabr" ? (tablature oriented package)


From: Gauco Wander Beall
Subject: Is anyone using "tabr" ? (tablature oriented package)
Date: Thu, 2 May 2019 17:20:29 +0000 (UTC)

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]