Gianmaria Lari <[email protected]> writes:

> Sorry to ask something probably trivial but reading manual and making tests
> didn't help me.
>
> This works perfectly:
> \version "2.19.39"
> {
>   a4 _\markup {test}
> }
>
> but this doesn't:
>
> \version "2.19.39"
> {
>   \chordmode {c} \markup {test}
> }
>
> Why? How can I write some text on the chords?

Because you are doing something entirely different?

The equivalent would be

\version "2.19.39"

\chordmode {
  c_\markup {test}
}


-- 
David Kastrup

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

Reply via email to