lilypond-user
[Top][All Lists]
Advanced

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

Re: 2 muisc + tablature in 2 staves


From: Carl D. Sorensen
Subject: Re: 2 muisc + tablature in 2 staves
Date: Sun, 21 Dec 2008 12:55:12 -0700



On 12/21/08 9:43 AM, "Grateful Frog" <address@hidden> 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





reply via email to

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