X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fto-xml.scm;h=a552c1f8465304f645cf1158af784bec9255f4e5;hb=9505acaaf90190158f6b66b59da13db1454cddc4;hp=e65f48f0cb59cf2814607c51ae3525ba66528aad;hpb=62f221b6b3861ff055dc0384ec3c48cc665688cd;p=lilypond.git diff --git a/scm/to-xml.scm b/scm/to-xml.scm index e65f48f0cb..a552c1f846 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -1,9 +1,20 @@ -;;;; to-xml.scm -- dump parse tree as xml +;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; source file of the GNU LilyPond music typesetter -;;;; -;;;; (c) 2003--2008 Han-Wen Nienhuys +;;;; Copyright (C) 2003--2010 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen +;;;; +;;;; LilyPond is free software: you can redistribute it and/or modify +;;;; it under the terms of the GNU General Public License as published by +;;;; the Free Software Foundation, either version 3 of the License, or +;;;; (at your option) any later version. +;;;; +;;;; LilyPond is distributed in the hope that it will be useful, +;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;;; GNU General Public License for more details. +;;;; +;;;; You should have received a copy of the GNU General Public License +;;;; along with LilyPond. If not, see . (define-module (scm to-xml)) @@ -222,7 +233,7 @@ is then separated. (define-public (music-to-xml music port) "Dump XML-ish stuff to PORT." - ;; dtd contains # -- This confuses tex during make web. + ;; dtd contains # -- This confuses tex during make doc. ;; ;; (display (dtd-header) port) @@ -233,7 +244,7 @@ is then separated. (define-public (music-to-musicxml music port) "Dump MusicXML-ish stuff to PORT." - ;; dtd contains # -- This confuses tex during make web. + ;; dtd contains # -- This confuses tex during make doc. ;; ;; (display (dtd-header) port)