X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fto-xml.scm;h=7e2ba0caab794077f5d8e17b6b2ec07618f1d988;hb=c6444231d15708adc5560e2735fe980d04dd138d;hp=437cc03b4af6becca1f2574b31430d67f0a99c7f;hpb=c99eab889ab542b4a6e265ec207dba65342e39da;p=lilypond.git diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 437cc03b4a..7e2ba0caab 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 2003--2006 Han-Wen Nienhuys +;;;; (c) 2003--2009 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen (define-module (scm to-xml)) @@ -222,7 +222,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 +233,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)