]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/part-combiner.scm
* scm/part-combiner.scm: Add proper header.
[lilypond.git] / scm / part-combiner.scm
index 24ff8b9d77c04983555727c2f1dab70833bd3f30..ea7d77a42341f5dc7439511006be25d5485921dd 100644 (file)
@@ -1,11 +1,12 @@
-
+;;;; part-combiner.scm -- 
+;;;;
+;;;;  source file of the GNU LilyPond music typesetter
+;;;; 
+;;;; (c)  1998--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
 ;; todo: figure out how to make module,
 ;; without breaking nested ly scopes
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;; part-combiner.
-
 (define-class <Voice-state> ()
   (event-list #:init-value '() #:accessor events #:init-keyword #:events)
   (when-moment #:accessor when #:init-keyword #:when)