lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Strings as markup arguments in music functions


From: Neil Puttock
Subject: [PATCH] Strings as markup arguments in music functions
Date: Thu, 12 Nov 2009 22:02:50 +0000

Hi all,

Though strings are valid markup objects according to the type
predicate `markup?', the parser only recognizes full_markup objects as
valid for music functions, which means it's currently impossible to
pass both strings and markups unless using Scheme.

I've posted a modest patch here,

http://codereview.appspot.com/152104/show

which allows strings to be recognized as markup, thus increasing the
flexibility of music functions which generally use strings, but might
occasionally required extra formatting provided by markup commands.

Regards,
Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]