lilypond-devel
[Top][All Lists]
Advanced

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

Re: Adds a glyph for tied lyrics. (issue 4808074)


From: bordage . bertrand
Subject: Re: Adds a glyph for tied lyrics. (issue 4808074)
Date: Sat, 13 Aug 2011 10:12:51 +0000

Here's how a better solution should work:
* create a smaller tie in addition to this one
* use a scm regexp to find this special case; something like:

#(use-modules (ice-9 regex))
#(display (regexp-substitute #f (string-match "([^:])~([^:])~([^:])"
"questa~รจ~in")
'pre 1 " " 2 " " 3 'post))

But I don't have time to do it right now.
I'll push this patch when the countdown will be over and make another
patch later for this special case.

http://codereview.appspot.com/4808074/

reply via email to

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