Hi Hans,
> When I modify the example from Notation 2.7.2 as below (adding "music =") and
> compile in LilyPond 2.13.13, I get the chord names below the staff, plus a
> lot of:
> warning: staff-affinities should only decrease
>
> Though it may be useful to have the chord names below the staff, I'm not sure
> why it happens. Because of the lyrics, the chord names should be normally be
> above the staff.
But your code is trying to get Staff to *include* the ChordNames context [which
it's not defined to do], as opposed to putting it above itself. =)
Try:
music = <<
\new ChordNames \chords { c2 g:sus4 f e }
\new Staff <<
\relative c'' {
a4 e c8 e r4
b2 c4( d)
}
\addlyrics { One day this shall be free __ }
>>
>>
Cheers,
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user