X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=scm%2Fto-xml.scm;h=f1d2e76d2e080ff53fa47d93acc34a0c1f1d7f24;hb=69aa7021254529b5f399861636b33674f57aa20d;hp=a552c1f8465304f645cf1158af784bec9255f4e5;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/scm/to-xml.scm b/scm/to-xml.scm index a552c1f846..f1d2e76d2e 100644 --- a/scm/to-xml.scm +++ b/scm/to-xml.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2003--2010 Han-Wen Nienhuys +;;;; Copyright (C) 2003--2011 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify @@ -231,7 +231,7 @@ is then separated. (string-append "string name) ">")) (define-public (music-to-xml music port) - "Dump XML-ish stuff to PORT." + "Dump XML-ish stuff to @var{port}." ;; dtd contains # -- This confuses tex during make doc. ;; @@ -242,7 +242,7 @@ is then separated. (display (close-tag 'music) port)) (define-public (music-to-musicxml music port) - "Dump MusicXML-ish stuff to PORT." + "Dump MusicXML-ish stuff to @var{port}." ;; dtd contains # -- This confuses tex during make doc. ;;