lilypond-user
[Top][All Lists]
Advanced

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

Re: Guitar Chord Chart - Align Fret Diagram with Chord Names and Notes


From: Stephen MacNeil
Subject: Re: Guitar Chord Chart - Align Fret Diagram with Chord Names and Notes
Date: Thu, 20 Aug 2015 11:50:27 -0400

Great to hear you found a solution

here is another approach

chord = \markup

{

\override #'(size . .7) \override #'(fret-diagram-details . ((finger-code . below-string)

(dot-radius . 0.35)

(number-type . roman-lower)

(finger-code . below-string)

(fret-count . 3)))

\fret-diagram #"6-x;5-o;4-2-2;3-2-3;2-1-1;1-o;"

}

Name = \markup \fontsize #-2.5 {Am}


join = \markup

% position above

\halign #-.4

{

\combine

\raise #1

% move Chord Name position

\halign #-.6

\Name

\chord

}


\score {


<a e' a' c'' e''>^\join


}



Stephen

On Thu, Aug 20, 2015 at 11:11 AM, Antonio Mondragon <address@hidden> wrote:
Thanks.  Read your message after I posted a solution on the forums.  I will take a careful look at your solution.   I am satisfied with the one I posted though.  Need to finish this project, so I can do some actual recording.

-Tone



On Thursday, August 20, 2015 8:41 AM, Stephen MacNeil <address@hidden> wrote:


and
% \halign #-13

it's to early

Stephen




reply via email to

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