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;" }
 }
>>
}





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

Reply via email to