From: Reinhold Kainhofer Date: Sun, 16 Nov 2008 17:29:02 +0000 (+0100) Subject: MusicXML: Insert the section headers as pure texinfo code X-Git-Tag: release/2.11.65-1~51^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=41d65e4c79205ff93b44e915607b55856c14a365;p=lilypond.git MusicXML: Insert the section headers as pure texinfo code Unfortunately, we can't yet get rid of the AAA-intro-regression.ly hack, because the description in that file tries to include the lilypond version. lilypond-book now supports @liypondversion, but unfortunately, that's not available during docs building, so I have to leave that one .ly in there :(((( --- diff --git a/input/regression/musicxml/00-Basics.ily b/input/regression/musicxml/00-Basics.ily deleted file mode 100644 index 08c6f05cb3..0000000000 --- a/input/regression/musicxml/00-Basics.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Basics (pitches, durations, ...) - -" -} - -% make sure the .png is generated. -\lyrics { "" } \ No newline at end of file diff --git a/input/regression/musicxml/00-Basics.itexi b/input/regression/musicxml/00-Basics.itexi new file mode 100644 index 0000000000..1fafab0ae3 --- /dev/null +++ b/input/regression/musicxml/00-Basics.itexi @@ -0,0 +1,2 @@ +@section Basics (pitches, durations, ...) + diff --git a/input/regression/musicxml/01-Chords.ily b/input/regression/musicxml/01-Chords.ily deleted file mode 100644 index 4de0118e8e..0000000000 --- a/input/regression/musicxml/01-Chords.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Chorded notes - -" -} - -% make sure the .png is generated. -\lyrics { "" } \ No newline at end of file diff --git a/input/regression/musicxml/01-Chords.itexi b/input/regression/musicxml/01-Chords.itexi new file mode 100644 index 0000000000..f82d2992ad --- /dev/null +++ b/input/regression/musicxml/01-Chords.itexi @@ -0,0 +1,2 @@ +@section Chorded notes + diff --git a/input/regression/musicxml/02-Notations-Articulations.ily b/input/regression/musicxml/02-Notations-Articulations.ily deleted file mode 100644 index 39ed41a687..0000000000 --- a/input/regression/musicxml/02-Notations-Articulations.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Notations and Articulations - -" -} - -% make sure the .png is generated. -\lyrics { "" } \ No newline at end of file diff --git a/input/regression/musicxml/02-Notations-Articulations.itexi b/input/regression/musicxml/02-Notations-Articulations.itexi new file mode 100644 index 0000000000..b56bc9a11f --- /dev/null +++ b/input/regression/musicxml/02-Notations-Articulations.itexi @@ -0,0 +1,2 @@ +@section Notations and Articulations + diff --git a/input/regression/musicxml/03-Directions.ily b/input/regression/musicxml/03-Directions.ily deleted file mode 100644 index 339b1b44a3..0000000000 --- a/input/regression/musicxml/03-Directions.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Dynamics and other single symbols - -" -} - -% make sure the .png is generated. -\lyrics { "" } \ No newline at end of file diff --git a/input/regression/musicxml/03-Directions.itexi b/input/regression/musicxml/03-Directions.itexi new file mode 100644 index 0000000000..a6b5b711ab --- /dev/null +++ b/input/regression/musicxml/03-Directions.itexi @@ -0,0 +1,2 @@ +@section Dynamics and other single symbols + diff --git a/input/regression/musicxml/04-Spanners.ily b/input/regression/musicxml/04-Spanners.ily deleted file mode 100644 index 8f57bf5e37..0000000000 --- a/input/regression/musicxml/04-Spanners.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Spanners - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/04-Spanners.itexi b/input/regression/musicxml/04-Spanners.itexi new file mode 100644 index 0000000000..27b2453afa --- /dev/null +++ b/input/regression/musicxml/04-Spanners.itexi @@ -0,0 +1,2 @@ +@section Spanners + diff --git a/input/regression/musicxml/05-Header.ily b/input/regression/musicxml/05-Header.ily deleted file mode 100644 index 3c2ffbbd4c..0000000000 --- a/input/regression/musicxml/05-Header.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Header information - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/05-Header.itexi b/input/regression/musicxml/05-Header.itexi new file mode 100644 index 0000000000..ad0d757a24 --- /dev/null +++ b/input/regression/musicxml/05-Header.itexi @@ -0,0 +1,2 @@ +@section Header information + diff --git a/input/regression/musicxml/06-Lyrics.ily b/input/regression/musicxml/06-Lyrics.ily deleted file mode 100644 index c4e6ca6b8f..0000000000 --- a/input/regression/musicxml/06-Lyrics.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Lyrics - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/06-Lyrics.itexi b/input/regression/musicxml/06-Lyrics.itexi new file mode 100644 index 0000000000..1049671c8c --- /dev/null +++ b/input/regression/musicxml/06-Lyrics.itexi @@ -0,0 +1,2 @@ +@section Lyrics + diff --git a/input/regression/musicxml/08-Multiple-Parts.ily b/input/regression/musicxml/08-Multiple-Parts.ily deleted file mode 100644 index 037f071414..0000000000 --- a/input/regression/musicxml/08-Multiple-Parts.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Multiple parts (staves) - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/08-Multiple-Parts.itexi b/input/regression/musicxml/08-Multiple-Parts.itexi new file mode 100644 index 0000000000..cab81b02dc --- /dev/null +++ b/input/regression/musicxml/08-Multiple-Parts.itexi @@ -0,0 +1,2 @@ +@section Multiple parts (staves) + diff --git a/input/regression/musicxml/09-Measures.ily b/input/regression/musicxml/09-Measures.ily deleted file mode 100644 index c8ab96cc1f..0000000000 --- a/input/regression/musicxml/09-Measures.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Measures, Barlines, Repeats - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/09-Measures.itexi b/input/regression/musicxml/09-Measures.itexi new file mode 100644 index 0000000000..ed7457d7dd --- /dev/null +++ b/input/regression/musicxml/09-Measures.itexi @@ -0,0 +1,2 @@ +@section Measures, Barlines, Repeats + diff --git a/input/regression/musicxml/10-Multiple-Voices.ily b/input/regression/musicxml/10-Multiple-Voices.ily deleted file mode 100644 index 987f6a058d..0000000000 --- a/input/regression/musicxml/10-Multiple-Voices.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Multiple voices per staff - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/10-Multiple-Voices.itexi b/input/regression/musicxml/10-Multiple-Voices.itexi new file mode 100644 index 0000000000..a4aac9c582 --- /dev/null +++ b/input/regression/musicxml/10-Multiple-Voices.itexi @@ -0,0 +1,2 @@ +@section Multiple voices per staff + diff --git a/input/regression/musicxml/12-Tuplets.ily b/input/regression/musicxml/12-Tuplets.ily deleted file mode 100644 index 86e8fa9601..0000000000 --- a/input/regression/musicxml/12-Tuplets.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Triplets, Tuplets - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/12-Tuplets.itexi b/input/regression/musicxml/12-Tuplets.itexi new file mode 100644 index 0000000000..372e3cd609 --- /dev/null +++ b/input/regression/musicxml/12-Tuplets.itexi @@ -0,0 +1,2 @@ +@section Triplets, Tuplets + diff --git a/input/regression/musicxml/13-Grace-Notes.ily b/input/regression/musicxml/13-Grace-Notes.ily deleted file mode 100644 index fc89633fcc..0000000000 --- a/input/regression/musicxml/13-Grace-Notes.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Grace notes - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/13-Grace-Notes.itexi b/input/regression/musicxml/13-Grace-Notes.itexi new file mode 100644 index 0000000000..fd3636a275 --- /dev/null +++ b/input/regression/musicxml/13-Grace-Notes.itexi @@ -0,0 +1,2 @@ +@section Grace notes + diff --git a/input/regression/musicxml/14-Multi-Staff-Parts.ily b/input/regression/musicxml/14-Multi-Staff-Parts.ily deleted file mode 100644 index 5f66b425bd..0000000000 --- a/input/regression/musicxml/14-Multi-Staff-Parts.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section One voice on multiple staves - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/14-Multi-Staff-Parts.itexi b/input/regression/musicxml/14-Multi-Staff-Parts.itexi new file mode 100644 index 0000000000..3e3d4c9983 --- /dev/null +++ b/input/regression/musicxml/14-Multi-Staff-Parts.itexi @@ -0,0 +1,2 @@ +@section One voice on multiple staves + diff --git a/input/regression/musicxml/15-Percussion.ily b/input/regression/musicxml/15-Percussion.ily deleted file mode 100644 index 4dc5aec651..0000000000 --- a/input/regression/musicxml/15-Percussion.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Percussion - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/15-Percussion.itexi b/input/regression/musicxml/15-Percussion.itexi new file mode 100644 index 0000000000..a1af182929 --- /dev/null +++ b/input/regression/musicxml/15-Percussion.itexi @@ -0,0 +1,2 @@ +@section Percussion + diff --git a/input/regression/musicxml/17-Guitar.ily b/input/regression/musicxml/17-Guitar.ily deleted file mode 100644 index e957743fd0..0000000000 --- a/input/regression/musicxml/17-Guitar.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Guitar notation - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/17-Guitar.itexi b/input/regression/musicxml/17-Guitar.itexi new file mode 100644 index 0000000000..8fd3f3ecc0 --- /dev/null +++ b/input/regression/musicxml/17-Guitar.itexi @@ -0,0 +1,2 @@ +@section Guitar notation + diff --git a/input/regression/musicxml/18-Figured-Bass.ily b/input/regression/musicxml/18-Figured-Bass.ily deleted file mode 100644 index 23522431a8..0000000000 --- a/input/regression/musicxml/18-Figured-Bass.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Figured bass - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/18-Figured-Bass.itexi b/input/regression/musicxml/18-Figured-Bass.itexi new file mode 100644 index 0000000000..a6c87c7ec8 --- /dev/null +++ b/input/regression/musicxml/18-Figured-Bass.itexi @@ -0,0 +1,2 @@ +@section Figured bass + diff --git a/input/regression/musicxml/19-Page-Layout.ily b/input/regression/musicxml/19-Page-Layout.ily deleted file mode 100644 index 30e45e7b9f..0000000000 --- a/input/regression/musicxml/19-Page-Layout.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Page layout - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/19-Page-Layout.itexi b/input/regression/musicxml/19-Page-Layout.itexi new file mode 100644 index 0000000000..5284d16e8a --- /dev/null +++ b/input/regression/musicxml/19-Page-Layout.itexi @@ -0,0 +1,2 @@ +@section Page layout + diff --git a/input/regression/musicxml/20-Compressed-MusicXML.ily b/input/regression/musicxml/20-Compressed-MusicXML.ily deleted file mode 100644 index 1ae142ed84..0000000000 --- a/input/regression/musicxml/20-Compressed-MusicXML.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Compressed MusicXML files - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/20-Compressed-MusicXML.itexi b/input/regression/musicxml/20-Compressed-MusicXML.itexi new file mode 100644 index 0000000000..0374f0d32d --- /dev/null +++ b/input/regression/musicxml/20-Compressed-MusicXML.itexi @@ -0,0 +1,2 @@ +@section Compressed MusicXML files + diff --git a/input/regression/musicxml/99-Compatibility.ily b/input/regression/musicxml/99-Compatibility.ily deleted file mode 100644 index 3988198fa6..0000000000 --- a/input/regression/musicxml/99-Compatibility.ily +++ /dev/null @@ -1,11 +0,0 @@ -\version "2.10.0" - -\header{ - texidoc = " -@section Compatibility with broken MusicXML - -" -} - -% make sure the .png is generated. -\lyrics { "" } diff --git a/input/regression/musicxml/99-Compatibility.itexi b/input/regression/musicxml/99-Compatibility.itexi new file mode 100644 index 0000000000..745e487a35 --- /dev/null +++ b/input/regression/musicxml/99-Compatibility.itexi @@ -0,0 +1,2 @@ +@section Compatibility with broken MusicXML + diff --git a/input/regression/musicxml/GNUmakefile b/input/regression/musicxml/GNUmakefile index 92f44b6817..9d1411b78e 100644 --- a/input/regression/musicxml/GNUmakefile +++ b/input/regression/musicxml/GNUmakefile @@ -10,6 +10,10 @@ ILY_FILES = $(call src-wildcard,*.ily) EXTRA_OUT_LY_FILES = ${ILY_FILES:%.ily=$(outdir)/%.ly} EXTRA_DIST_FILES += $(ILY_FILES) +ITEXI_FILES = $(call src-wildcard,*.itexi) +EXTRA_OUT_LY_FILES = ${ITEXI_FILES:%.itexi=$(outdir)/%.itexi} +EXTRA_DIST_FILES += $(ITEXI_FILES) + include $(depth)/make/stepmake.make TITLE=Lilypond musicxml2ly Regression Tests @@ -17,3 +21,6 @@ TITLE=Lilypond musicxml2ly Regression Tests .SUFFIXES: .ily $(outdir)/%.ly: %.ily ln -f $< $@ + +$(outdir)/%.itexi: %.itexi + ln -f $< $@