Hi folks,

my first try at bass notes. It is a lot of fiddling to keep the proper
tab positions or I am doing something the hard way. The notes and their
positions I want indicated in the tab are correct for the first four
bars. I can carry on in this way but is this the best way?

Namaste,

Kevin Tough
\version "2.16.2"

% HouseOfTheRisingSun_BS.ly

\language "english"

\paper {
  %  ragged-right = ##f
}

snotes = \relative c {
  \numericTimeSignature \time 4/4
  a2\2 c | d f, | a\2 c | e,\3 e\3 | a c d f a e a c d f a e a e
  \bar "|."
}


<<
  \new Voice \with {
    \override StringNumber #'stencil = ##f
  } {
    \clef "bass_8"
    \snotes
  }
  \new TabStaff \with {
    stringTunings = #bass-tuning
  } {\snotes
    }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to