Hi Annette,
Here’s a simpler version that seems to work.
Kieren.
\version "2.19.80"
theMelody = {
e'4 d' c' d'
e'4 4 4 4
d'4 4 e' d'
c'2. r4
}
theChords = \chordmode {
c2 f
c1
f2 g
c1
}
theWords = \lyricmode {
Mar -- y had a lit -- tle lamb,
Its fleece was white as snow.
}
\score {
<<
\new ChordNames \theChords
\new Staff \new Voice = "melody" \theMelody
\new Lyrics \lyricsto "melody" \theWords
>>
\layout {
ragged-right = ##f
}
}
\score {
<<
\new Devnull = "melody" \theMelody
\new ChordNames \theChords
\new Lyrics \lyricsto "melody" \theWords
>>
\layout {
ragged-right = ##f
}
}
Cheers,
Kieren.
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user