lilypond-user
[Top][All Lists]
Advanced

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

simple postscript question


From: Neil Thornock
Subject: simple postscript question
Date: Wed, 4 Jul 2007 15:49:26 -0600

So, when I run the following postscript code from a .ps file, the line comes out square at the ends.

Why, in Lily, does it appear rounded on the ends?  How would I "square off" the ends in Lily?



%%%%%%%

\relative {c1^\markup{
    \postscript #"newpath
    4 -6 moveto
    9 -6 lineto
    0.8 setlinewidth
    stroke"
}}

\version "2.10.23"

%%%%%%%

reply via email to

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