From af24f67370e34c7233a66630178ca88a7b23cea1 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 24 Oct 2002 08:13:49 +0000 Subject: [PATCH] scm/pdftex.scm: Rename ly-number to ly:number->string. Documentation/topdocs/index.tely: Remove duplicate from merge. --- ChangeLog | 6 ++++++ Documentation/topdocs/index.tely | 11 ----------- scm/pdftex.scm | 16 ++++++++-------- 3 files changed, 14 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index a972e2c5bb..cd91ed1eb3 100644 --- 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 + + * scm/pdftex.scm: Rename ly-number to ly:number->string. + + * Documentation/topdocs/index.tely: Remove duplicate from merge. + 2002-10-22 Han-Wen Nienhuys * lily/tie.cc (get_control_points): also avoid staff lines on the diff --git a/Documentation/topdocs/index.tely b/Documentation/topdocs/index.tely index afe2db533c..c65f5a0b26 100644 --- a/Documentation/topdocs/index.tely +++ b/Documentation/topdocs/index.tely @@ -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 diff --git a/scm/pdftex.scm b/scm/pdftex.scm index 3724dfbda1..23ed01adb8 100644 --- a/scm/pdftex.scm +++ b/scm/pdftex.scm @@ -207,8 +207,8 @@ (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) @@ -224,8 +224,8 @@ " {}%\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") @@ -234,10 +234,10 @@ (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))) -- 2.39.5