lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar tabs and fret diagram


From: Rick Hansen (aka RickH)
Subject: Re: Guitar tabs and fret diagram
Date: Wed, 12 Sep 2007 13:04:14 -0700 (PDT)



Helge Kruse wrote:
> 
> Hello,
> 
> writing a piece for guitar I include tabs. At some difficult I want 
> additionally write a fret diagram to show, how to set the fingers. Maybe 
> most guitar players think that's overkill, but the player should see as
> fast 
> as possible how to set the left hand fingers.
> 
> When I add fret diagrams to the melody. It will be display above the score 
> as well as above the tabs. That is overkill. How can I achieve my goal?
> 
> Is there a way to "filter out" the fret diagrams? If I watn to generate a 
> PDF without the, can I define a function or set any variable to suppress 
> them?
> 
> Best regards,
> Helge
> 
> 
> \version "2.11.32"
> 
> halfnote = {\once \override NoteHead #'duration-log = #1 }
> 
> melody = \relative c
> {
>  \key d \major
>  \time 4/4
> 
>  \halfnote d8 ^\markup \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;"
>      a' d fis
>  \halfnote a,, ^\markup  \fret-diagram #"6-o;5-o;4-2;3-2;2-2;1-o;"
>      e' a cis |
> }
> 
> \score {
>  <<
>   \context Staff = Guit
>   <<
>    \clef "G_8"
>    \new Voice \melody
>   >>
>   \context TabStaff = Tab
>   {
>    \override TabStaff.Stem #'transparent = ##t
>    \override TabStaff.Beam #'transparent = ##t
>    <<
>     \new TabVoice \melody
>    >>
>   }
>  >>
> }
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 


Or you can use the \FretBoards context for your fret diagrams instead of
markup, that way they will be transposeable to other keys and you can
hide/show the whole context from one control point.


-- 
View this message in context: 
http://www.nabble.com/Guitar-tabs-and-fret-diagram-tf4408466.html#a12643157
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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