lilypond-user
[Top][All Lists]
Advanced

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

Re: Musical notation of guitar chords.


From: Nick
Subject: Re: Musical notation of guitar chords.
Date: Thu, 04 May 2006 17:27:49 -1000

This is the nearest thing I could figure out. It shows what I am trying
to get at, but I would rather use \chords or \ChordNames

--
\version "2.8.1"

{
\key c \major
<<
<c' e' g' c'' e''>8
^\markup \fret-diagram #"6-x;5-3;4-2;3-o;2-1;1-o;"
^\markup{ \fontsize #6 \bold C }
>>

<<
<f ais f' a' c'' f''>8
^\markup \fret-diagram #"6-1;5-1;4-3;3-2;2-2;1-1;"
^\markup{\fontsize #6 \bold F }
>>

<<
<g b  d' g' b' f''>8
^\markup \fret-diagram #"6-3;5-2;4-o;3-o;2-o;1-1;"
^\markup{\fontsize #6 \bold G \super \super \fontsize #5 7 }
>>
}

--





reply via email to

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