lilypond-user
[Top][All Lists]
Advanced

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

Re: Violin tab for fiddle tunes


From: R.D. Latimer
Subject: Re: Violin tab for fiddle tunes
Date: Fri, 27 Sep 2013 14:46:43 -0400

I've put together a sample fiddle tune with music notation, sample fiddle tab (using finger number), guitar tab (using fret number), and guitar capo 2 tab (using fret number based on capo).

Let me know if anyone would like me to post.



On Thu, Sep 26, 2013 at 8:39 AM, R.D. Latimer <address@hidden> wrote:
I'd like help getting started with transcribing fiddle tunes with music and tab.

Here's my initial try (first two measures)
The fingering for the violin is not correct in the tab. Fingering should be:
2 0 0  2 0 0 | 3 1 1  3 0 1 |

I'll attach a jpeg image.  Thanks for any help.

Here's my source code so far:

\version "2.16.2"
\header {
  title = "Old John's Jig"
  composer = "trad"
}

\new StaffGroup <<
  \new Staff \relative c'' {
      \clef "treble"
      \key g \major
      \time 6/8
        c8 a a c a a   g e e g a b
    }
   \new TabStaff \with {
      stringTunings = #violin-tuning
      }
      {
      \relative c'' {
    c8 a a c a a   g e e g a b
    }
    }
>>




reply via email to

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