lilypond-user
[Top][All Lists]
Advanced

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

Re: easy insert fret diagrams (with Frescobaldi)


From: Grammostola Rosea
Subject: Re: easy insert fret diagrams (with Frescobaldi)
Date: Sat, 21 Mar 2009 23:12:55 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Carl Sorensen wrote:
Grammostola Rosea <rosea.grammostola <at> gmail.com> writes:

Hi,

I was wondering if there's an easy way to insert Fret Diagrams for guitar in Lilypond. Most of the time I use templates from Frescobaldi, but I don't see an Fret Diagram option there.

I like to display the fret diagram and the chord name above it.

I don't know about Frescobaldi, but there is a trivial way to insert Fret
Diagrams in LilyPond.

You'll really not want to use markup fret diagrams; the FretBoards
context is much better and more powerful.

See the Notation Reference, Section 2.4.

The general structure of the piece would be:

mychords = \chordmode{

}

myNotes= {
}

myLyrics = \lyricmode{

}

\score {
  <<
      \new ChordNames {\mychords}
      \new FretBoards {\mychords}
      \new Voice = "melody" {myNotes}
      \new Lyrics  \lyricsto "melody" \myLyrics
  >>
}


HTH,

Thanks.
Doing it your way, you get predefined fret diagrams right? What if you want to have customized fret boards, like chords on the 9th fret etc. ?

\r





reply via email to

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