2016-01-18 2:00 GMT+01:00 Kieren MacMillan <[email protected]>:
> Hello all,
>
> If I’ve want to explicitly enter a chord in a chordmode block, e.g.,
>
>   \chordmode {
>     c1
>     d1:m6
>     <c ef gf a>
>   }
>
> what’s the incantation?
>
> Thanks,
> Kieren.



Hi Kieren,

not sure what you mean.

\version "2.19.35"

m =
  \chordmode {
    c1
    d1:m6
    <c ef gf a>
  }

<<
  \new ChordNames \m
  \new Staff \m
>>

works.

Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to