Status: Accepted Owner: ---- Labels: Type-Documentation
New issue 2413 by [email protected]: Warn users that \markup \bold \wordwrap-lines does not work as expected
http://code.google.com/p/lilypond/issues/detail?id=2413 Please see the thread: http://old.nabble.com/Order-of-markup-commands-can-affect-result-td33485221.html or hello On 12 March 2012 10:28, David Kastrup <[email protected]> wrote:
Francisco Vila <[email protected]> writes:
Hello, Maybe \wordwrap-lines can not be wrapped by \bold, but I think we are not documenting it and error message is misleading.
% works -- bold inside % \markup \wordwrap-lines \bold
% does not work -- bold outside \markup \bold \wordwrap-lines { words words words words words words words }
The top level \markup can accept a markup list (which it silently wraps into \line), but intermediate markup functions can't take a markup list as argument. There is a somewhat special situation when they occur at the _start_ of where a markup list is expected: in that case, they are applied to _every_ element of the following markup list.
Do we need an @warning somewhere then? if so (or if something else) let me know where (or create a doc tracker). _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
