lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar notation


From: VSD
Subject: Re: Guitar notation
Date: Wed, 16 Nov 2005 23:05:31 +0100
User-agent: Opera M2/8.50 (Win32, build 7700)

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 <address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user









reply via email to

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