]> git.donarmstrong.com Git - lilypond.git/commitdiff
scm/pdftex.scm: Rename ly-number to ly:number->string.
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 24 Oct 2002 08:13:49 +0000 (08:13 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 24 Oct 2002 08:13:49 +0000 (08:13 +0000)
Documentation/topdocs/index.tely: Remove duplicate from merge.

ChangeLog
Documentation/topdocs/index.tely
scm/pdftex.scm

index a972e2c5bbd70eaf497b8c07ee518e397a0e2055..cd91ed1eb3c34368356f930d10a731552c0c0452 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,12 @@
        * lily/multi-measure-rest.cc (big_rest): multi measure rest was
        off horizontally by 0.05 ss. Fixed.
 
+2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/pdftex.scm: Rename ly-number to ly:number->string.
+
+       * Documentation/topdocs/index.tely: Remove duplicate from merge.
+
 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/tie.cc (get_control_points): also avoid staff lines on the
index afe2db533cea3c958395765904487add224e1a2e..c65f5a0b26a8b40570e72cca86f0ca1e4b60f5c6 100644 (file)
@@ -68,17 +68,6 @@ and are essentially bug-free.  If you're not a developer, you probably
 want to visit the @uref{http://lilypond.org/stable, latest stable
 website}.
 
-@c development:
-@ignore
-LilyPond has a development version and a stable version.  This webpage
-is for the @b{development} version.  The development releases contain
-experimental and often buggy code, so you should use this only if you
-need any special new features.  The stable releases don't change much,
-and are essentially bug-free.  If you're not a developer, you probably
-want to visit the @uref{http://lilypond.org/stable, latest stable
-website}.
-@end ignore
-
 @unnumberedsec Want to know more?
 
 If you want to know more, visit the
index 3724dfbda128bffee7606ba329302f103b28d591..23ed01adb8b5373548848d2d97aee7e317ecad46 100644 (file)
 
 (define (placebox x y s) 
   (string-append "\\lyitem{"
-                (ly-number->string y) "}{"
-                (ly-number->string x) "}{"
+                (ly:number->string y) "}{"
+                (ly:number->string x) "}{"
                 s "}%\n"))
 
 (define (bezier-bow l thick)
                 "  {}%\n"
                 "  {\\advance\\scoreshift by -\\lilypondscoreshift}%\n"
                 "\\lybox{"
-                (ly-number->string wd) "}{"
-                (ly-number->string ht) "{%\n"))
+                (ly:number->string wd) "}{"
+                (ly:number->string ht) "{%\n"))
 
 (define (stop-system) 
   "}%\n%\n\\interscoreline\n%\n")
 
 (define (filledbox breapth width depth height) 
   (string-append "\\lyvrule{"
-                (ly-number->string (- breapth)) "}{"
-                (ly-number->string (+ breapth width)) "}{"
-                (ly-number->string depth) "}{"
-                (ly-number->string height) "}"))
+                (ly:number->string (- breapth)) "}{"
+                (ly:number->string (+ breapth width)) "}{"
+                (ly:number->string depth) "}{"
+                (ly:number->string height) "}"))
 
 (define (roundfilledbox x y width height blotdiam)
   (embedded-pdf (list 'roundfilledbox  x y width height blotdiam)))