]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 27 Feb 2005 10:06:03 +0000 (10:06 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 27 Feb 2005 10:06:03 +0000 (10:06 +0000)
27 files changed:
ChangeLog
scm/chord-entry.scm
scm/clef.scm
scm/encoding.scm
scm/font.scm
scm/framework-eps.scm
scm/framework-gnome.scm
scm/framework-ps.scm
scm/framework-svg.scm
scm/framework-tex.scm
scm/framework-texstr.scm
scm/fret-diagrams.scm
scm/ly-from-scheme.scm
scm/output-gnome.scm
scm/output-lib.scm
scm/output-pdf.scm
scm/output-pdftex.scm
scm/output-ps.scm
scm/output-sketch.scm
scm/output-svg.scm
scm/output-tex.scm
scm/output-texstr.scm
scm/page-layout.scm
scm/paper.scm
scm/part-combiner.scm
scm/safe-lily.scm
scm/titling.scm

index 1a5711e0a3d3d62d57621d597cbb24aaca5cab0b..8eeb7027d185241e9400287b6ae7731d8fb508c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/*: Oops, more grand 2005 replace bits.
+
 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * ps/music-drawing-routines.ps: new routine: insert PDF mark
 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * ps/music-drawing-routines.ps: new routine: insert PDF mark
index 80c3199c4cbb491499bf6a70aa7fd1999acdf989..b7d09142d06a4110c17e079e4b9cb6583ccfcccb 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 (define-public (construct-chord root duration modifications)
   " Build a chord on root using modifiers in MODIFICATIONS. NoteEvent
 
 (define-public (construct-chord root duration modifications)
   " Build a chord on root using modifiers in MODIFICATIONS. NoteEvent
index 34023da458f7e77211cb67e2d79a19f542a133b1..a48f4a2f8a64bee2f260883795ce2d9c62d81520 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
 ;; (name . (glyph clef-position octavation))
 
 
 ;; (name . (glyph clef-position octavation))
index eacb29643162d3015f58f4138fca41d67e23c0be..cf3b90040bff5157fcedddc69055198edb4b9ce6 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;; WIP
 ;; encoding.ly:
 
 ;; WIP
 ;; encoding.ly:
index a2d1bc04842d13c831d827b756b31457897b8645..ece75a640c7ff4d5c80382f98bf1dade782b962e 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 ;; As an excercise, do it with records.
 ;; Should use GOOPS, really.
 
 ;; As an excercise, do it with records.
 ;; Should use GOOPS, really.
index 6917cf216e915f55f401a98f1f7cc4892b5c074c..1e9631ec1612c546981100cd077bcbec5cce145e 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-eps))
 
 
 (define-module (scm framework-eps))
 
index 6b9e346ead47d8e8678b64c3af7c13daa1e6eb8e..b22eb5cc956e4f1c9394d6f59bf0e3b0e9142314 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;;; See output-gnome.scm for usage information.
 
 
 ;;;; See output-gnome.scm for usage information.
 
index c5a94dec8e4b090dc818f4531a04e152f9a41e9d..b6d06bb4799169a24bf36e13902ff4ab62dbf56a 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-ps))
 
 
 (define-module (scm framework-ps))
 
index 1dea920c8dda9a48f063a97bddbb3f327811408d..038873fc7a9051c8ab2ccf267084c14e2f35194f 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
 (define-module (scm framework-svg))
 
 
 (define-module (scm framework-svg))
 
index b9a92961b6ccf35d27f03bffe2499a3d9a5c76f5..88616dad2f67a9ae13e8fc837bebf87dd2b1e371 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-tex)
   #:export (output-framework-tex       
 
 (define-module (scm framework-tex)
   #:export (output-framework-tex       
index 231b1cc1eeaa31701971ac86189765b8b19225bb..17d4e5a8ff98cbc429b43b1b263dffec9631aa83 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm framework-texstr)
   #:export (output-framework-tex       
 
 (define-module (scm framework-texstr)
   #:export (output-framework-tex       
index 6a41b3f666d10accd71b7bcb7cdc3a4ab505d9cf..fad5f4739eb9f8513694359b2053dc646ee63b52 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2004 Carl D. Sorensen <c_sorensen@byu.edu>
+;;;; (c) 2004--2005 Carl D. Sorensen <c_sorensen@byu.edu>
 
 (define (fret-parse-marking-list marking-list fret-count)
    (let* ((fret-range (list 1 fret-count))
 
 (define (fret-parse-marking-list marking-list fret-count)
    (let* ((fret-range (list 1 fret-count))
index 048061e85b2b483ce1ad0e3300a414a52474d610..960353dbc5afa8527ef2b9f8e0488f16461e63e8 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c) 2004  Nicolas Sceaux  <nicolas.sceaux@free.fr>
+;;;; (c) 2004--2005  Nicolas Sceaux  <nicolas.sceaux@free.fr>
 ;;;;           Jan Nieuwenhuizen <janneke@gnu.org>
 
 (define gen-lily-sym
 ;;;;           Jan Nieuwenhuizen <janneke@gnu.org>
 
 (define gen-lily-sym
index 171a5eb4bcf8662907dcef68b51ac4c0017c8681..aa73c2ab442db8630a4ccd119444d84dea1485ce 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;; TODO:
 ;;;
 
 ;;; TODO:
 ;;;
index a9249cc1732709dbf40052a201e2bd7e56750071..dd4fe7b955eacafe0ffee3c1543d8323df488942 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;; Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
 ;;;; Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
index 954dffd18733a7455e8f2a79f1573fda0cdbd748..3bf6469a5832071959e78e5aa4e2b42de1e693a2 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2001--2004 Stephen Peters <portnoy@portnoy.org>
+;;;; (c) 2001--2005 Stephen Peters <portnoy@portnoy.org>
 
 
 ;currently no font commands; this is a helper for pdftex.scm.
 
 
 ;currently no font commands; this is a helper for pdftex.scm.
index f4c39ce21c9a057971bd584656585737aaf12c88..968b718a40163026f359e93e37d8cd4f45444b88 100644 (file)
@@ -3,7 +3,7 @@
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;  modified from the existing tex.scm
 ;;;; 
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;  modified from the existing tex.scm
 ;;;; 
-;;;; (c)  1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 ;;;;                 Stephen Peters <portnoy@portnoy.org>
 
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 ;;;;                 Stephen Peters <portnoy@portnoy.org>
 
index 7694e0a3862acd566e9b03aa02106651cf0ab047..205fbe87357a1b03ab5059448dc3b79c14f1b76c 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 ;;;; Note: currently misused as testbed for titles with markup, see
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 ;;;; Note: currently misused as testbed for titles with markup, see
index 7fb0f963437f8ed96463955c5694165ad7ee0669..e785ae8680abfddc17b8ee673d1d9ef7ed0b10cb 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
index ac853d71fd181b7f186edb9dd3fe194c8835bfff..78c7cc2a4b76b208ad9e4d9908092aeef6dc85cc 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c)  2002--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2002--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 
 ;;;; http://www.w3.org/TR/SVG11
 ;;;; http://www.w3.org/TR/SVG12/ -- page, pageSet in draft
 
 ;;;; http://www.w3.org/TR/SVG11
 ;;;; http://www.w3.org/TR/SVG12/ -- page, pageSet in draft
index 38e2d72c6ce2268fb515983ea6b4d54d6b26a37b..ccd3792fa1a52cf47d32724f1431f5d4bddc5d7e 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
 ;;;;                 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 
index 7b285cf2baef1b1f9d56092d4de4194f086c2d9b..767623f96041fee672388db36235ebb0a7e99065 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-module (scm output-texstr))
 (define this-module (current-module))
 
 (define-module (scm output-texstr))
 (define this-module (current-module))
index 26020101159590ef0a8796393add5c7c80f98244..d576e20ab4199e543ad8f8adf3b3183488e40b7a 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;          Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (use-modules (oop goops describe)
 ;;;;          Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (use-modules (oop goops describe)
index 03e3112d95303854ecea9d58689a1de97bd722ea..04ab27045b4c17244a733116fdb811a83fd069a9 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-public (set-paper-dimension-variables mod)
   (module-define! mod 'dimension-variables
 
 (define-public (set-paper-dimension-variables mod)
   (module-define! mod 'dimension-variables
index 2ea2bd1e1e4124aee6bd07622b014e46e232253c..9e59dc2ad55d31afb29c10163604d9fdfea4edf7 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005    Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 ;; todo: figure out how to make module,
 ;; without breaking nested ly scopes
 
 ;; todo: figure out how to make module,
 ;; without breaking nested ly scopes
index 65484d243cd852bad5162b59a4cafae01ac9e9d2..7b361756d1ce61e0d605e8ff49e4ded2129a3234 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
 ;;;;
 ;;;; source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (map
  (lambda (sym)
 
 (map
  (lambda (sym)
index 5efd9ce0dd83821b6c9b6dd387cbef8f1f98b834..c41dfb8ee2d499305d39fc14ffc2b946e23031bf 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 2004 Jan Nieuwenhuizen <janneke@gnu.org>
+;;;; (c) 2004--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 ;;;;          Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-public (page-properties layout)
 ;;;;          Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 (define-public (page-properties layout)