On 12/21/08 9:43 AM, "Grateful Frog" <[email protected]> wrote:
> Dear LilyPond'ers,
>
> I'm quite new to this tool and am trying to create sheet muisc for blues
> guitar. I've been trying to use tuxguitar as the input tool and that works
> pretty well except for one issue: It cannot seem to print the chord names over
> the music (upper) staff.
>
> My music should look like this
>
> chord name
> fret diagram
> music staff
> tab staff.
>
> I'm sure that this can be done with Lilypond, but I just can't see how. Any
> help would be great!
> thanks,
> GF.
\score {
<<
\new ChordNames {
% chords go here
}
\new FretBoards {
% chords go here (same as for ChordNames)
}
\new Staff {
% melody goes here
}
\new Lyrics {
}
\new TabStaff {
}
>>
}
This should work.
Thanks,
Carl
Carl
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user