I have this to build the guitar chords
guitarChords = \chordmode {d a/fis g:7 g/a  (etc....) }

Then I have this to build the whole score:

      \score {
       \new GrandStaff <<
       \new Staff = upper { \new Voice = "one" \upper   }   % upper is the
melody line
       \new Lyrics \lyricsto "one" \verseWords                   %
verseWords are the verse words alright=^D
       \new Staff = lower { \lower }                                % lower
is the bass line
       >>
       \layout {
         \context { \GrandStaff \accepts "Lyrics" }
         \context { \Lyrics \consists "Bar_engraver" }
       }
       }
       \midi { }
     }

Where and how do I add the chord names so they are above the melody line?

Thank you in advance.
Graham
-- 
View this message in context: 
http://www.nabble.com/Adding-chord-names-to-a-piano-staff-format-tp18419366p18419366.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to