Father Gordon Gilbert skrev:

My question is this: As I arrange this, I want to have the chords I am creating displayed

I am not sure I understand.
Something like this?

%%% BEGIN %%%
\version "2.10.0"

sop = { g' a' }
alt = { e' f' }
bas = { c' d' }

{
  <<
    \new ChordNames << \sop \alt \bas >>
    \new ChoirStaff <<
      \new Staff \sop
      \new Staff \alt
      \new Staff \bas
    >>
  >>
}
%%% END %%%

-Rune


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

Reply via email to