>>>>> "henrik" == henrik pantle <[email protected]> writes:
henrik> hi, i wonder where to find the solution for my problem. i
henrik> guess a lot of others do too.
henrik> i want the chord names above the piano staff:
You need to add a score block thus:
guitarChords = \chordmode { ...}
upper = \relative { ... }
lower = \relative { ... }
\score {
<<
\context ChordNames \guitarChords
\context GrandStaff <<
\context Staff = upper \upper
\context Staff = lower \lower
>>
>>
}
--
Dr Peter Chubb www.nicta.com.au peter DOT chubb AT nicta.com.au
http://www.ertos.nicta.com.au ERTOS within National ICT Australia
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user