lilypond-user
[Top][All Lists]
Advanced

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

Re: chord names in piano staff


From: Peter Chubb
Subject: Re: chord names in piano staff
Date: Wed, 11 Nov 2009 19:46:47 +1100
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 22) (Instant Classic) (i486-linux-gnu)

>>>>> "henrik" == henrik pantle <address@hidden> 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




reply via email to

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