Dear Xavier,
>> Is there perhaps a way to tell the new chords context to be placed
>> above alread existent ones?
>
> There is the alignAboveContext property.
> Cf. NR 1.6.2 Modifying single staves
>
>
> \version "2.13.60"
>
> \score {
> <<
> \new Staff = "main" {
> \relative c'' {
> \key a \major
> % lot of stuffs going on before
> a1 c
> c a
> % chords start here
> <<
> {
> % staff continues here
> a1 c
> }
> \new ChordNames \with {
> alignAboveContext = "main"
> } {
> \chordmode {
> a1 c
> }
> }
> >>
> % no more chords
> % staff continues
> c1 a
> }
> }
> >>
> }
Perfect! All problems solved. Thanks a lot to everyone.
Cheers,
Christian
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user