Re: simple poscrit question

2008-12-09 Thread sdfgsdhdshd
evs surely know the formula. If this message is in the wrong forum, please tell me in which forum i must ask. -- View this message in context: http://www.nabble.com/simple-poscrit-question-tp20913681p20915375.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. _

Re: simple poscrit question

2008-12-09 Thread sdfgsdhdshd
#(set-global-staff-size 15.00) { a_\markup { \postscript #"0 0 moveto 0 13.38582677165 lineto stroke" } } According to wiki, the line should be 4cm long. But i got one between 1.5 cm and 1.6 cm (too imprecise). -- View this message in context: http://www.nabble.com/simple-po

Re: simple poscrit question

2008-12-09 Thread Kieren MacMillan
Hi sdfgsdhdshd, In a score, i add some ps code to draw a few specific lines. The question is: how to draw with a precise length in cm? Like: 0 0 moveto x y lineto how must be x to be exactly 3 cm, and y exactly 2 cm? The page will te

Re: simple poscrit question

2008-12-09 Thread Mark Knoop
At 04:22 on 09 Dec 2008, sdfgsdhdshd wrote: > > In a score, i add some ps code to draw a few specific lines. > The question is: how to draw with a precise length in cm? > Like: > 0 0 moveto x y lineto > how must be x to be exactly 3 cm, and y exactly 2 cm? http://en.wikipedia.org/wiki/PostScript#

simple poscrit question

2008-12-09 Thread sdfgsdhdshd
In a score, i add some ps code to draw a few specific lines. The question is: how to draw with a precise length in cm? Like: 0 0 moveto x y lineto how must be x to be exactly 3 cm, and y exactly 2 cm? Tx. -- View this message in context: http://www.nabble.com/simple-poscrit-question