\version "2.14.0" \include "english.ly" \header { title = "East Virginia" composer = "Traditional" arranger = "Holland Hopson" copyright = "Grab Rare Arts -- Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License" } % variables tuning = \markup { \halign #0 gDGCD } tg = {g'16\5 % 5th string high g with thumb \octaveCheck c' %this resets the octave } % ??? remove these when I'm done pinch = { < g'\5 d' >8 } ti = { g'16\5 d' } TAB = \markup { \raise #1.5 \sans \bold \huge \override #'(baseline-skip . 2.5) \left-align \center-column { T A B } } << \new Staff = "Voice" \new Voice = "bla" \relative c'' { \numericTimeSignature \tempo 4 = 110 \set Staff.instrumentName = "Voice" % \autoBeamOff \repeat volta 2 { \time 3/4 \mark \markup "Banjo Break" R2. \time 2/4 R1 * 3 } \alternative { { R1 |} {r2.g8 g |} } % verse \repeat volta 2 { \mark \markup "Verse" bf4 c8( bf) g2 ~ | g4 bf d2 ~ | d4 c bf8( g) f4 ~ | f2 | R2 | bf4 c8 bf g2 ~ | g4 bf d8( c) ~ c4 ~ | c bf bf8( g) ~ g4 | R1 } } \lyricsto "bla" \new Lyrics { \set stanza = #"1. " I was born and raised in East Vir -- gin -- ia, North Car -- o -- li -- na I did go, } \lyricsto "bla" \new Lyrics { \skip 8 \skip 8 There I met the prettiest little mai -- den, Her-name and \skip 8 age I did not know. } \new TabStaff { \set TabStaff.instrumentName = "Banjo" \set TabStaff.midiInstrument = "banjo" \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo \tabFullNotation \set TabStaff.stringTunings = #banjo-modal-tuning %gDGCD \numericTimeSignature \override Staff.Clef #'stencil = #(lambda (grob) (grob-interpret-markup grob TAB)) % \key g \minor % \clef treble \relative c' { % Type notes here % a section \repeat volta 2 { \time 3/4 d8^\tuning f16 d_P c8 d16 c_T a g_P f d_P | \time 2/4 f' d_P d c_T a g_P f8 g g16 \tg g8 g16 \tg | d f_H ~ f \tg g bf_H ~ bf \tg d' c_T bf8 g8 g16 \tg | d f_H ~ f \tg g bf_H ~ bf \tg d' c_T bf8 g8 f | } \alternative { {g8 g16 \tg d16 f_H ~ f \tg g8 g16 g'\5 g,8 g16 \tg | } {g8 g16 \tg d16 f_H ~ f \tg g8 g16 g'\5 g,8 g8 |} } % b section \repeat volta 2 { g16 bf_H ~ bf \tg c bf_T ~ bf \tg g8 g16 \tg d16 f_H ~ f \tg | g8 g16 \tg g16 bf_H ~ bf \tg c d\2_H d g\5 d d\2_T d g\5 | d8 d16 g\5 c,8 c16 \tg bf8 g f f16 \tg | f8 f16 \tg d f_H ~ f \tg f8 f16 \tg d f_H ~ f \tg | g16 bf_H ~ bf \tg c bf_T ~ bf \tg g8 g16 \tg d16 f_H ~ f \tg | g8 g16 \tg g16 bf_H ~ bf \tg d' c_T ~ c \tg c8 c16 \tg | c8 c16 \tg g bf_H ~ bf \tg bf g_P ~ g \tg d16 f_H ~ f \tg | g8 g16 \tg d16 f_H ~ f \tg g8 g16 \tg g8 g16 \tg | } % \bar "|." } } >> \midi { } \layout { } \markup { \hspace #4.1 % moves the column off the left margin; % can be removed if space on the page is tight \line { \bold "2." \column { "Her hair it was a light brown color," "Her cheeks they were a rosy red," "And on her breast she wore white lilies" "Where I longed to lay my head." } } \hspace #0.1 % adds vertical spacing between verses \line { \bold "3." \column { "I'd rather be in some dark holler," "Where the sun would never shine," "Than to see you with another," "And to know you'd never be mine." } } } \paper { set-paper-size = letter page-limit-inter-system-space = ##t page-limit-inter-system-space-factor = 1.3 obsolete-between-system-padding = 2\mm system-system-spacing #'padding = #(/ obsolete-between-system-padding staff-space) score-system-spacing #'padding = #(/ obsolete-between-system-padding staff-space) obsolete-between-system-space = 20\mm system-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space) score-system-spacing #'basic-distance = #(/ obsolete-between-system-space staff-space) }