Tab to Lily


So the question is, how do you go from this guitar tab (tablature) notation like this:

From: e83lp@tde.lth.se (Lars Persson)

title = Malaguena (Spanish Style)
    
arranger = arranged by Lars Persson
      e83lp@tde.lth.se

----0---0---0----0---0---0----0---0---0---0---0----------------------
----------0------------0--------1---0--------------------------------
------1------------1--------2-----------2---0------------------------
--2------------2--------------------------------3--------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

----0---0---0----0---0---0----0---0---0---0---0----------------------
----------0------------0--------1---0--------------------------------
------1------------1--------2-----------2---0------------------------
--2------------2--------------------------------3--------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

----0---0------0---0-------0---0------0---0-------------------------
----------0--3---0----3--1-------1--0-------0------------------------
------1----------------------2----------0----------------------------
--2------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

---0---0---0---0---0---0---0---0---0---0---0---0---0---0---0---0---0-
-----1---0-----------------------------------------------------------
-2-----------2---0--------------------------------------------------
---------------------3---2---3---2---0---------------2---------------
-----------------------------------------3---2---0-------3---2---0---
---------------------------------------------------------------------

       OLE ! (MUST BE SINGED HERE , VERY IMPORTANT!!)
--0------------------------------------------------------------------
--0------------------------------------------------------------------
--1------------------------------------------------------------------
--2------------------------------------------------------------------
---------------------------------------------------------------------
---------------------------------------------------------------------

    

to this: Typeset Malaguena (Spanish Style)

My answer is tab2lily.pl This program when given the above as input, produces the following LilyPond program as output:

\header{
  title  = " Malaguena (Spanish Style)"
  arranger  = " arranged by Lars Persson"
}

keyboard = \new Staff {
  {
    e'8\4 e''8\1 gis'8\3 e''8\1 b'8\2 e''8\1 e'8\4 e''8\1 gis'8\3
    e''8\1 b'8\2 e''8\1 a'8\3 e''8\1 c''8\2 e''8\1 b'8\2 e''8\1 a'8\3
    e''8\1 g'8\3 e''8\1 f'8\4 e'8\4 e''8\1 gis'8\3 e''8\1 b'8\2 e''8\1
    e'8\4 e''8\1 gis'8\3 e''8\1 b'8\2 e''8\1 a'8\3 e''8\1 c''8\2 e''8\1
    b'8\2 e''8\1 a'8\3 e''8\1 g'8\3 e''8\1 f'8\4 e'8\4 e''8\1 gis'8\3
    e''8\1 b'8\2 d''8\2 e''8\1 b'8\2 e''8\1 d''8\2 c''8\2 e''8\1 a'8\3
    e''8\1 c''8\2 b'8\2 e''8\1 g'8\3 e''8\1 b'8\2 a'8\3 e''8\1 c''8\2
    e''8\1 b'8\2 e''8\1 a'8\3 e''8\1 g'8\3 e''8\1 f'8\4 e''8\1 e'8\4
    e''8\1 f'8\4 e''8\1 e'8\4 e''8\1 d'8\4 e''8\1 c'8\5 e''8\1 b8\5
    e''8\1 a8\5 e''8\1 e'8\4 e''8\1 c'8\5 e''8\1 b8\5 e''8\1 a8\5
    e''8\1 <e'' b' gis' e'> 8  \bar "|."
  }
}
guitar = \new TabStaff {
  e8\4 e'8\1 gis8\3 e'8\1 b8\2 e'8\1 e8\4 e'8\1 gis8\3 e'8\1 b8\2 e'8\1
  a8\3 e'8\1 c'8\2 e'8\1 b8\2 e'8\1 a8\3 e'8\1 g8\3 e'8\1 f8\4 e8\4
  e'8\1 gis8\3 e'8\1 b8\2 e'8\1 e8\4 e'8\1 gis8\3 e'8\1 b8\2 e'8\1 a8\3
  e'8\1 c'8\2 e'8\1 b8\2 e'8\1 a8\3 e'8\1 g8\3 e'8\1 f8\4 e8\4 e'8\1
  gis8\3 e'8\1 b8\2 d'8\2 e'8\1 b8\2 e'8\1 d'8\2 c'8\2 e'8\1 a8\3 e'8\1
  c'8\2 b8\2 e'8\1 g8\3 e'8\1 b8\2 a8\3 e'8\1 c'8\2 e'8\1 b8\2 e'8\1
  a8\3 e'8\1 g8\3 e'8\1 f8\4 e'8\1 e8\4 e'8\1 f8\4 e'8\1 e8\4 e'8\1
  d8\4 e'8\1 c8\5 e'8\1 b,8\5 e'8\1 a,8\5 e'8\1 e8\4 e'8\1 c8\5 e'8\1
  b,8\5 e'8\1 a,8\5 e'8\1 <e'\1 b\2 gis\3 e\4> 8  \bar "|."
}
{
  <<
    \keyboard
    \guitar
  >>
}

    


 Page last touched:
Send e-mail to: hsmyers@gmail.com 


Validated by W3C