lilypond-user
[Top][All Lists]
Advanced

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

Re: Fw: Guitar notation


From: Mats Bengtsson
Subject: Re: Fw: Guitar notation
Date: Wed, 15 Mar 2006 11:34:27 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3

Jannik Jeppesen wrote:

I will use my EPS files to the following.

I am making a guitar book, and shall make 2 pages with fret diagrams:
 how to make open chords,
 how to make barré chords

So i want it to say the chord name, and then the diagram under it, and nothing else.
Could anyone help me getting started on this?

How about something like the following (note that I know
nothing about guitar playing, so the chords are  probably
completely wrong).

\version "2.7.36"
\score{
<<
 \new ChordNames \chordmode{
   d
   d:7
 }
 \new Lyrics
 \with{\override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 8.0)}
 \lyricmode {
   \markup{ \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;" }
   \markup{ \fret-diagram #"6-x;5-x;4-o;3-2;2-3;1-2;" }
 }
>>
}







reply via email to

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