X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fto-xml.scm;h=7e2ba0caab794077f5d8e17b6b2ec07618f1d988;hb=de94141c98300335d2675fff9e5a4cb9b42fccac;hp=82c563da6b33d72dffebcd559b604d13bbb05d12;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/scm/to-xml.scm b/scm/to-xml.scm index 82c563da6b..7e2ba0caab 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -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)