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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user