lilypond-user
[Top][All Lists]
Advanced

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

Re: How to put chords on a score automatically


From: Rune Zedeler
Subject: Re: How to put chords on a score automatically
Date: Sat, 10 Nov 2007 23:06:01 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

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




reply via email to

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