Updates:
Status: Accepted
Owner: ---
Labels: -Patch-needs_work Patch-abandoned
Comment #3 on issue 2708 by [email protected]: Patch: Let \lyricmode et al apply
an optional markup head to text music properties
http://code.google.com/p/lilypond/issues/detail?id=2708
I have not analyzed the failure, but I have reconsidered. This patch
basically exists of a parser component sweeping up a "markup head" (a
concatenation of calls with the last element being a markup) and a function
applying this markup head.
The use syntax is somewhat artificial (more often than not requiring an
additional \yricmode), and the main issue is that there is actually no
user-accessible way (short of defining a new markup function) to sweep up a
markup head, or this would be easy to do using Scheme level programming in
a quite more versatile way.