From: Reinhold Kainhofer Date: Fri, 14 Nov 2008 23:35:26 +0000 (+0100) Subject: MusicXML: Add section headers to the MusicXML regtest page X-Git-Tag: release/2.11.64-1~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d39723f369559b37ca570ebbd029eaab3730a32;p=lilypond.git MusicXML: Add section headers to the MusicXML regtest page --- diff --git a/input/regression/musicxml/00-Basics.ily b/input/regression/musicxml/00-Basics.ily new file mode 100644 index 0000000000..08c6f05cb3 --- /dev/null +++ b/input/regression/musicxml/00-Basics.ily @@ -0,0 +1,11 @@ +\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/01-Chords.ily b/input/regression/musicxml/01-Chords.ily new file mode 100644 index 0000000000..4de0118e8e --- /dev/null +++ b/input/regression/musicxml/01-Chords.ily @@ -0,0 +1,11 @@ +\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/02-Notations-Articulations.ily b/input/regression/musicxml/02-Notations-Articulations.ily new file mode 100644 index 0000000000..39ed41a687 --- /dev/null +++ b/input/regression/musicxml/02-Notations-Articulations.ily @@ -0,0 +1,11 @@ +\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/03-Directions.ily b/input/regression/musicxml/03-Directions.ily new file mode 100644 index 0000000000..339b1b44a3 --- /dev/null +++ b/input/regression/musicxml/03-Directions.ily @@ -0,0 +1,11 @@ +\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/04-Spanners.ily b/input/regression/musicxml/04-Spanners.ily new file mode 100644 index 0000000000..8f57bf5e37 --- /dev/null +++ b/input/regression/musicxml/04-Spanners.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Spanners + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/05-Header.ily b/input/regression/musicxml/05-Header.ily new file mode 100644 index 0000000000..3c2ffbbd4c --- /dev/null +++ b/input/regression/musicxml/05-Header.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Header information + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/06-Lyrics.ily b/input/regression/musicxml/06-Lyrics.ily new file mode 100644 index 0000000000..c4e6ca6b8f --- /dev/null +++ b/input/regression/musicxml/06-Lyrics.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Lyrics + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/08-Multiple-Parts.ily b/input/regression/musicxml/08-Multiple-Parts.ily new file mode 100644 index 0000000000..037f071414 --- /dev/null +++ b/input/regression/musicxml/08-Multiple-Parts.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Multiple parts (staves) + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/09-Measures.ily b/input/regression/musicxml/09-Measures.ily new file mode 100644 index 0000000000..c8ab96cc1f --- /dev/null +++ b/input/regression/musicxml/09-Measures.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Measures, Barlines, Repeats + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/10-Multiple-Voices.ily b/input/regression/musicxml/10-Multiple-Voices.ily new file mode 100644 index 0000000000..987f6a058d --- /dev/null +++ b/input/regression/musicxml/10-Multiple-Voices.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Multiple voices per staff + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/12-Tuplets.ily b/input/regression/musicxml/12-Tuplets.ily new file mode 100644 index 0000000000..86e8fa9601 --- /dev/null +++ b/input/regression/musicxml/12-Tuplets.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Triplets, Tuplets + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/13-Grace-Notes.ily b/input/regression/musicxml/13-Grace-Notes.ily new file mode 100644 index 0000000000..fc89633fcc --- /dev/null +++ b/input/regression/musicxml/13-Grace-Notes.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Grace notes + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/14-Multi-Staff-Parts.ily b/input/regression/musicxml/14-Multi-Staff-Parts.ily new file mode 100644 index 0000000000..5f66b425bd --- /dev/null +++ b/input/regression/musicxml/14-Multi-Staff-Parts.ily @@ -0,0 +1,11 @@ +\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/15-Percussion.ily b/input/regression/musicxml/15-Percussion.ily new file mode 100644 index 0000000000..4dc5aec651 --- /dev/null +++ b/input/regression/musicxml/15-Percussion.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Percussion + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/17-Guitar.ily b/input/regression/musicxml/17-Guitar.ily new file mode 100644 index 0000000000..e957743fd0 --- /dev/null +++ b/input/regression/musicxml/17-Guitar.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Guitar notation + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/18-Figured-Bass.ily b/input/regression/musicxml/18-Figured-Bass.ily new file mode 100644 index 0000000000..23522431a8 --- /dev/null +++ b/input/regression/musicxml/18-Figured-Bass.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Figured bass + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/19-Page-Layout.ily b/input/regression/musicxml/19-Page-Layout.ily new file mode 100644 index 0000000000..30e45e7b9f --- /dev/null +++ b/input/regression/musicxml/19-Page-Layout.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Page layout + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/20-Compressed-MusicXML.ily b/input/regression/musicxml/20-Compressed-MusicXML.ily new file mode 100644 index 0000000000..1ae142ed84 --- /dev/null +++ b/input/regression/musicxml/20-Compressed-MusicXML.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Compressed MusicXML files + +" +} + +% make sure the .png is generated. +\lyrics { "" } diff --git a/input/regression/musicxml/99-Compatibility.ily b/input/regression/musicxml/99-Compatibility.ily new file mode 100644 index 0000000000..3988198fa6 --- /dev/null +++ b/input/regression/musicxml/99-Compatibility.ily @@ -0,0 +1,11 @@ +\version "2.10.0" + +\header{ + texidoc = " +@section Compatibility with broken MusicXML + +" +} + +% make sure the .png is generated. +\lyrics { "" }