Status: Started
Owner: [email protected]
Labels: Type-Enhancement Patch-new
New issue 4538 by [email protected]: Provide \markupMap music function
https://code.google.com/p/lilypond/issues/detail?id=4538
Provide \markupMap music function
This applies a markup function to all markup music properties matching a
given music property path.
For example,
\new Voice { g'2 c'' }
\addlyrics {
\markupMap LyricEvent.text
\markup \with-color #red \etc
{ Oh yes! }
}
Also contains commits:
Export markup-function? and markup-list-function?
Add check-music-path function
I'm not overly enthused about the interface, but it does provide some
functionality that I've missed at times while reusing parser functionality
already useful for other purposes.
http://codereview.appspot.com/252670043
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings