Status: New
Owner: ----
Labels: Type-Enhancement Patch-new
New issue 2699 by [email protected]: Patch: Properly implement
fromproperty markup handing in the pdftitle header field
http://code.google.com/p/lilypond/issues/detail?id=2699
Properly implement fromproperty markup handing in the pdftitle header field
The pdftitle header field is obtained by trying to convert the markup into
a pure string.
Fromproperty markups need to be handled specially, since we have to mimick
the header field
lookup in the conversion function... Thus we have to pass the header block
to the
markup->string function and extract the header property values for
fromproperty markups.
http://codereview.appspot.com/6447052