Carl D. Sorensen wrote:
Here's one possible solution:
\version "2.11.64"
myChords = \chordmode {
c1 g f c
}
myMelody = {
c2 c4 c4 |
c4 c c c |
c4 c c c |
c2 c
}
myLyrics = \lyricmode {
Hi there let's |
have fun with this |
Here we have fun |
don't we
}
<<
\new ChordNames {
\myChords
}
% \new Devnull {
% \new Voice = "myVoice"
\new Devnull = "myVoice" \myMelody
% }
\new Lyrics {
\lyricsto "myVoice" \myLyrics
}
%%%% End of snippet.
This will generate lots of warnings, but it gives chords aligned with
syllables.
I'm using version 2.11.63, rather than 2.11.64, and I don't get any
warnings - I don't get any output either! No pdf is generated. Rather
strange.
Brett
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user