]> git.donarmstrong.com Git - lilypond.git/commit
#4747: Remove (all) uses of is-absolute?
authorUrs Liska <ul@openlilylib.org>
Tue, 19 Jan 2016 09:52:33 +0000 (10:52 +0100)
committerUrs Liska <ul@openlilylib.org>
Sun, 24 Jan 2016 20:24:52 +0000 (21:24 +0100)
commitf30a8189adbbeefa2103e2c2e194040f66bc2291
treec3309323df0166336d51226a336249de73739647
parent60e2159ae8e7c6c6da0f2ecccc0cd05d3eaf7b55
#4747: Remove (all) uses of is-absolute?

The check for absolute paths in  in output-ps.scm
and -svg.scm is unnecessary because
(car ly:input-file-line-char-column a-location)
always returns an absolute, slashified path

Now is-absolute? is not used anymore by LilyPond itself.
scm/output-ps.scm
scm/output-svg.scm