see the manual, section 7.5.

here another working example:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.7.10"

pentatonic = \relative c
{

  a\6 c\6 d\5 e\5 g\4 a\4 c\3 d\3 e\2 g\2 a c

  % alternatively this also works:
  % \set TabStaff.minimumFret = #5
  % a c d e g a c d e g a c

  \bar "|."
}

\score
{
  \new StaffGroup
  <<
    \context Staff
    {
      \clef "G_8"
      \pentatonic
    }
    \context TabStaff
    {
      \override Beam #'transparent = ##t % I prefer it
      \override Stem #'transparent = ##t % I prefer it
      \pentatonic
    }
  >>
}

%%%%%%%%%%%%%% EOF


On Wed, 16 Nov 2005 17:15:15 +0100, Jannik Jeppesen <[EMAIL PROTECTED]> wrote:

Hi.
Is there anyone who can send me an example on a a blues scale with tab starting on 5. fret? (or somthing similar)

I really cant figure out how to tell lilypond exactly where to specify the tab...

Please.

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







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

Reply via email to