Hey.

Thanx alot for your answer, that helped me alot... thats exactly what I needed.

Another guitar question...

==============================================
% C major chord
          c'1^\markup
        \override #'(finger-code . below-string) {
\fret-diagram-verbose #'((mute 6) (place-fret 5 3 3) (place-fret 4 2 2) (place-fret 3 0) (place-fret 2 1 1) (place-fret 1 0))
        }
====================================================
I want the dot in the tab, when playing an open string to be a black cirkel with a hole inside... like a "o" instead of a complete black dot.
That meens string 1 and 3... how is that possible.

Anyway, thanks for your answer.

Jannik Jeppesen



----- Original Message ----- From: "Vaylor Trucks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <lilypond-user@gnu.org>
Sent: Wednesday, November 16, 2005 10:54 PM
Subject: RE: Guitar notation


Here is the template I use for a combination chords / standard / tab staff - with the A minor pentatonic scale starting on the 5th fret.

\version "2.6.0"

\header
{
title = "A minor pentatonic scale"
composer = "none"
meter = "you choose"
}

% ----- GUITAR -----

gtr = \relative c
{
\key a \minor
\time 4/4

       % NOTES ARE ENTERED NORMALLY
       % WITH STRING NUMBER AFTER A BACKSLASH "\"
a8\6 c\6 d\5 e\5 g\4 a\4 c\3 d\3 e\2 g\2 a\1 c\1

\bar "|."
}

guitar = {
\set Staff.instrument = #"Guitar"
\set Staff.midiIntrument = "electric guitar (jazz)"
\clef treble
\context Staff << \gtr >>
}

guitartab = {
\context TabStaff << \gtr >>
}

% ----- CHORDS -----

chordline = \chordmode
{
a1:m
}

% ----- SCORE -----

\score
{
<<
\context ChordNames = chords \chordline
\context Staff = guitar \guitar
\context TabStaff = guitar \guitartab
>>
\layout { }
\midi { \tempo 4=120 }
}


From: "Jannik Jeppesen" <[EMAIL PROTECTED]>
To: <lilypond-user@gnu.org>
Subject: Guitar notation
Date: Wed, 16 Nov 2005 17:15:15 +0100

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