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
    }
    }
>>

<<attachment: OldJohnsJigAttemp1.jpg>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to