]> git.donarmstrong.com Git - lilypond.git/commit - scm/output-ps.scm
Check for a null string before using `placebox'
authorPatrick McCarty <pnorcks@gmail.com>
Sun, 5 Jul 2009 20:15:51 +0000 (13:15 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Thu, 16 Jul 2009 06:14:17 +0000 (23:14 -0700)
commit797245ff520d9c44f0308bbc2828bb4747c84123
tree3b40493a62dc2f951efc9e93faf35d4eaa085a62
parent452a08ec331b437454f1d4607c963254bccd1235
Check for a null string before using `placebox'

- This is most important for output-svg, due to
  the regular expression matching, but the other
  output backends can benefit from the removal of
  the superfluous `placebox' expressions.
scm/output-ps.scm
scm/output-socket.scm
scm/output-svg.scm