lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add dots to tocItemMarkup (issue4172047)


From: pnorcks
Subject: Re: Add dots to tocItemMarkup (issue4172047)
Date: Tue, 15 Feb 2011 02:37:52 +0000


http://codereview.appspot.com/4172047/diff/1/scm/define-markup-commands.scm
File scm/define-markup-commands.scm (right):

http://codereview.appspot.com/4172047/diff/1/scm/define-markup-commands.scm#newcode1033
scm/define-markup-commands.scm:1033: #:with-dimensions (cons 0
middle-width) '(0 . 0) #:postscript (string-append "0.25 setlinewidth 1
setlinecap [0 1.5] 0 setdash " (number->string offset) " 0.12 moveto "
(number->string middle-width) " 0 rlineto stroke")
On 2011/02/15 00:56:02, Carl wrote:
I don't think we should accept postscript markups as part of the
distribution.
They will break the SVG backend.

We should ask for all markup functions that become part of the
distribution to
be supported in all backends, IMO.

I agree.

Except for `setdash', the rest of the \postscript string argument can be
written with \path (and its arguments) instead.  This command supports
both primary backends.

http://codereview.appspot.com/4172047/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]