Re: [PATCH] Implement MusicXML files in lilypond-book

2011-08-07 Thread Graham Percival
On Thu, Aug 04, 2011 at 08:53:44PM +0200, Reinhold Kainhofer wrote:
 Am Dienstag, 26. Juli 2011, 14:22:22 schrieb Reinhold Kainhofer:
  Please review:
  http://codereview.appspot.com/1659041/
 
 I have now fixed all problems and adjusted the documentation, so the latest 
 patch at 
 http://codereview.appspot.com/1659041/

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=1808

Cheers,
- Graham

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: [PATCH] Implement MusicXML files in lilypond-book

2011-08-04 Thread Reinhold Kainhofer
Am Dienstag, 26. Juli 2011, 14:22:22 schrieb Reinhold Kainhofer:
 Please review:
 http://codereview.appspot.com/1659041/

I have now fixed all problems and adjusted the documentation, so the latest 
patch at 
http://codereview.appspot.com/1659041/
is ready for review and inclusion.

Please review,
Reinhold
-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


[PATCH] Implement MusicXML files in lilypond-book

2011-07-26 Thread Reinhold Kainhofer
Please review:
http://codereview.appspot.com/1659041/


This patch adds support for including MusicXML files into 
documents processed by lilypond-book. In particular:
-) HTML: musicxmlfile optionsfilename.xml/musicxmlfile
-) TeX: \musicxmlfile[options]{filename.xml}
-) Texinfo: @musicxmlfile[options]{filename.xml}

Since MusicXML is so verbose, it doesn't make much sense to 
support inline MusicXML.

The snippets are first processed by musicxml2ly and then 
treated like a normal lilypond snippet in lilypond-book.
The only difference is that the original .xml file is linked
in the output rather than the intermediary .ly file.

I have mainly implemented this so that the MusicXML test 
suite can directly link to the .xml file files rather than the 
lilypond files, which are not relevant for xml anyway.

I have also extended lilypond-book to allow additional 
formatters, so the MusicXML test suite can override the 
formatting of the MusicXML snippets in the output (e.g. 
because I want to add some to other renderings in the future, 
too).

Cheers,
Reinhold
-- 
--
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel