lilypond-devel
[Top][All Lists]
Advanced

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

funny lines


From: Han-Wen Nienhuys
Subject: funny lines
Date: Sat, 19 Jul 2003 17:31:33 +0200

address@hidden writes:
> I'm getting the same thing with CVS (ChangeLog 1.1116).  In fact I've
> got it in the generated web site as well.  At least in the part of the
> web site that was built.  There is nothing in 
> 
> lilypond/Documentation/user/out-www/
> 
> This started happening at about the time that 'make web-doc' was changed
> to 'make web'

Ahermh. It's a good thing I have users that use Lilypond. Here is the
fix for an admittedly brown-paper-bag type of bug. :-)

(in case anyone is interested, the funny lines have to do with the
picture in the introduction of the manual). 



*** feta-macros.mf.~1.18.~      2002-04-07 15:22:42.000000000 +0200
--- feta-macros.mf      2003-07-19 17:29:23.445774320 +0200
***************
*** 18,28 ****
  
  
  def draw_staff(expr first, last, offset)=
        pickup pencircle scaled stafflinethickness;
        for i:= first step 1 until last:
                draw (- staff_space, (i + offset) * staff_space) .. (4 
staff_space,( i+ offset)* staff_space);
        endfor
!       enddef;
  
  
  %
--- 18,31 ----
  
  
  def draw_staff(expr first, last, offset)=
+ if test <> 0:
        pickup pencircle scaled stafflinethickness;
        for i:= first step 1 until last:
                draw (- staff_space, (i + offset) * staff_space) .. (4 
staff_space,( i+ offset)* staff_space);
        endfor
! fi;
! 
! enddef;
  
  
  %




-- 

Han-Wen Nienhuys   |   address@hidden   |   http://www.xs4all.nl/~hanwen 




reply via email to

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