lilypond-devel
[Top][All Lists]
Advanced

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

Re: New alist to replace special characters. (issue4553056)


From: bordage . bertrand
Subject: Re: New alist to replace special characters. (issue4553056)
Date: Mon, 23 May 2011 10:38:44 +0000

This prints every character with its shorthand, but works bad because of
'\t', '\v' and '\n' :

\version "2.15.0"
\include "special-characters.ly"
#(define-markup-list-command (show-special-characters layout props) ()
                             (interpret-markup-list layout props
                               (map (lambda (pair)
                                            (markup #:fill-line (
                                                #:null
                                                #:override

'(replacement-string-max-length . 0)
                                                (car pair)
                                                (car pair)
                                                #:null)))
                                    special-characters-alist)))
\markuplines \show-special-characters

http://codereview.appspot.com/4553056/



reply via email to

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