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: Hans Aberg
Subject: Re: Chord names unexpectedly below the staff
Date: Fri, 20 Aug 2010 19:42:04 +0200

On 20 Aug 2010, at 19:24, Kieren MacMillan wrote:

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 __ }

Thank you. The explicit \new Staff helps explaining, but it is in fact not necessary.




reply via email to

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