lilypond-user
[Top][All Lists]
Advanced

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

Re: creating pop/vocal lead sheets without the melody line


From: Kieren MacMillan
Subject: Re: creating pop/vocal lead sheets without the melody line
Date: Tue, 24 Feb 2015 11:50:23 -0500

Hi Ryan,

> Basically, I want to create this:
> http://lilypond.org/ly-examples/chart.png
> without the melody.  So just lyrics with chords on top.

You mean like this?

\version "2.19"
\language "english"

the_words = \lyricmode {
  My4 eyes4 are4 dim,4
  I4 cannot2 see,4
  I4 have4 not4 brought4 my4 specs4 with4 me!4
}

the_chords = \chordmode {
  s4
  g1
  c1
  a1:m
  d1
}

\score {
  <<
    \new ChordNames \the_chords
    \new FretBoards \the_chords
    \new Lyrics \the_words
  >>            
}

> The manual isn't very helpful - in fact, it says, "You are better off using 
> another program”.

Wow. That’s not a great thing for our own docs to say, is it?  =)

Hope this helps!
Kieren.
_______________________

Kieren MacMillan, composer
www:  <http://www.kierenmacmillan.info>
email:  address@hidden




reply via email to

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