lilypond-user
[Top][All Lists]
Advanced

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

Re: chordmode markup problem


From: David Kastrup
Subject: Re: chordmode markup problem
Date: Thu, 01 Dec 2011 16:46:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Bernhard Ott <address@hidden> writes:

> Dear all,
> is there really no way to simply add articulations/markups to chords
> in \chordmode?
>
> In 2.14.2
> \chordmode { c1\pp } works
> \chordmode { c1^"II" } doesn't (as mentioned in the docs).
>
> Could scheme do the trick?

super = #(define-event-function (parser location arg) (markup?)
      #{ ^\markup #arg #})

\chordmode { c1\super "II" }

That should work with the current development version.  Depending on how
up-to-date your version of Lilypond is, this might become more complex.

-- 
David Kastrup




reply via email to

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