lilypond-user
[Top][All Lists]
Advanced

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

Re: Lead Sheets


From: Jérémie Lumbroso
Subject: Re: Lead Sheets
Date: Tue, 13 Aug 2002 17:09:13 +0200

LM> I'd like to be able to generate quick charts for my band but can't seem to
LM> find how to do it.
I hope this helps:

harmonies = \chords {
  % the chords
  c4:m f:min7 g:maj c:aug d2:dim b:sus
}

\score {
  \notes <
    \context ChordNames {
        \property ChordNames.chordChanges = ##t
        \harmonies
    }
    \context Staff="up" <
      \notes \transpose c'' {
        % the melody
        f4 [e8 c] d4 g | a2 ~ a2
      }
    >
  >

  \paper{ }
}


-- 
Best regards,
 Jérémie                            mailto:address@hidden






reply via email to

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