Bernhard Ott <bernhard....@gmx.net> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to