[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 4538 in lilypond: Provide \markupMap music functio
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 4538 in lilypond: Provide \markupMap music function |
Date: |
Tue, 04 Aug 2015 15:42:29 +0000 |
Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new
New issue 4538 by address@hidden: 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
- [Lilypond-auto] Issue 4538 in lilypond: Provide \markupMap music function,
lilypond <=