]> git.donarmstrong.com Git - lilypond.git/commit
Do not crash trying to issue warning. Fixes creating output read from stdin.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 16 Mar 2010 14:37:17 +0000 (15:37 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 16 Mar 2010 14:37:33 +0000 (15:37 +0100)
commit426b22232f333fb511f0110cd376f73b54b68d2b
tree30d93ec96ac57e07d9183f85fa502f346857b2c7
parentccf589356edbab728b502396603d8937638f7d18
Do not crash trying to issue warning.  Fixes creating output read from stdin.

This is a minimal fix, the default behaviour of producing PDF

    echo '{a b c}' | out/bin/lilypond -

still does not work.  What does work now is the PS output, eg

    echo '{a b c}' | out/bin/lilypond --ps -
scm/framework-ps.scm