]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 14 Dec 2004 16:23:24 +0000 (16:23 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 14 Dec 2004 16:23:24 +0000 (16:23 +0000)
scm/output-gnome.scm

index 30c1767c935609dce3cf883396b3864bbca4d914..387f68337a777dd6ef269d2c511a71d3df479237 100644 (file)
@@ -160,7 +160,8 @@ lilypond -fgnome input/simple-song.ly
           (list (+ #xe0 x)
                 (+ #x80 (quotient y #x40))
                 (+ #x80 (modulo y #x40))))))
-   (else FIXME)))
+   (else (begin (stderr "programming-error: utf-8 too big:~x\n" i)
+               (list (integer->char 32))))))
   
 (define (integer->utf8-string font integer)
   (list->string (utf8 integer)))