% In doing a lead sheet in 3/4 time, the melody notation comes out correctly
% but the chords don't line up with the measures.  They seem to assume 4/4
time.

Example:

 \version "2.20.0"
\header {
Title = "F - Some Day My Prince Will Come"
composer = "Frank Churchill"
}
melody =\relative c'
{
\clef treble
\key f \major
\time 3/4

c2.  f2 cis4 e2 d4 d2.
}
harmonies = \chordmode
{
f1:maj7 a1:aug7 bes1:maj7 d1:aug7
}
\score {
<<
\new ChordNames {
\set chordChanges = ##t
\harmonies
 }
\new Staff \melody
>>
\layout { }
}
Thanks for any help.
Sylvia
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to