lilypond-user
[Top][All Lists]
Advanced

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

Re: chordmode and markup


From: David Kastrup
Subject: Re: chordmode and markup
Date: Wed, 06 Apr 2016 18:57:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Gianmaria Lari <address@hidden> 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



reply via email to

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