lilypond-user
[Top][All Lists]
Advanced

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

Re: Chord names unexpectedly below the staff


From: Kieren MacMillan
Subject: Re: Chord names unexpectedly below the staff
Date: Fri, 20 Aug 2010 13:24:34 -0400

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.


reply via email to

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