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/

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to