lilypond-user
[Top][All Lists]
Advanced

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

Re: Chords problem


From: Mats Bengtsson
Subject: Re: Chords problem
Date: Wed, 07 May 2008 10:01:31 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)



Gilles Sadowski wrote:
Hello.

I want to insert a few (not all) chord names in a sheet.

I trid the following:

\relative c {
 ..
<< \chords { cis:m1 } { cis,1 } >>
  ..
}

but then the Chord name is below the melody.

Not so here; this code
You missed the ".." in the example above. Christian wants to introduce the
ChordNames context in the middle of the piece, not from the top.
The following example shows one way to do it:

\new Staff = mystaff \relative c' {
 c d e f << \chords{ \set alignAboveContext = mystaff cis:m1 } {cis,1 } >>
}


     /Mats





reply via email to

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