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 <generalar...@yahoo.com>
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 <
> classicalja...@gmail.com> wrote:
>
>
> and
> % \halign #-13
>
> it's to early
>
> Stephen
>
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to