]> git.donarmstrong.com Git - lilypond.git/commitdiff
MusicXML: Add section headers to the MusicXML regtest page
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 14 Nov 2008 23:35:26 +0000 (00:35 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sat, 15 Nov 2008 00:00:56 +0000 (01:00 +0100)
19 files changed:
input/regression/musicxml/00-Basics.ily [new file with mode: 0644]
input/regression/musicxml/01-Chords.ily [new file with mode: 0644]
input/regression/musicxml/02-Notations-Articulations.ily [new file with mode: 0644]
input/regression/musicxml/03-Directions.ily [new file with mode: 0644]
input/regression/musicxml/04-Spanners.ily [new file with mode: 0644]
input/regression/musicxml/05-Header.ily [new file with mode: 0644]
input/regression/musicxml/06-Lyrics.ily [new file with mode: 0644]
input/regression/musicxml/08-Multiple-Parts.ily [new file with mode: 0644]
input/regression/musicxml/09-Measures.ily [new file with mode: 0644]
input/regression/musicxml/10-Multiple-Voices.ily [new file with mode: 0644]
input/regression/musicxml/12-Tuplets.ily [new file with mode: 0644]
input/regression/musicxml/13-Grace-Notes.ily [new file with mode: 0644]
input/regression/musicxml/14-Multi-Staff-Parts.ily [new file with mode: 0644]
input/regression/musicxml/15-Percussion.ily [new file with mode: 0644]
input/regression/musicxml/17-Guitar.ily [new file with mode: 0644]
input/regression/musicxml/18-Figured-Bass.ily [new file with mode: 0644]
input/regression/musicxml/19-Page-Layout.ily [new file with mode: 0644]
input/regression/musicxml/20-Compressed-MusicXML.ily [new file with mode: 0644]
input/regression/musicxml/99-Compatibility.ily [new file with mode: 0644]

diff --git a/input/regression/musicxml/00-Basics.ily b/input/regression/musicxml/00-Basics.ily
new file mode 100644 (file)
index 0000000..08c6f05
--- /dev/null
@@ -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 (file)
index 0000000..4de0118
--- /dev/null
@@ -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 (file)
index 0000000..39ed41a
--- /dev/null
@@ -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 (file)
index 0000000..339b1b4
--- /dev/null
@@ -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 (file)
index 0000000..8f57bf5
--- /dev/null
@@ -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 (file)
index 0000000..3c2ffbb
--- /dev/null
@@ -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 (file)
index 0000000..c4e6ca6
--- /dev/null
@@ -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 (file)
index 0000000..037f071
--- /dev/null
@@ -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 (file)
index 0000000..c8ab96c
--- /dev/null
@@ -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 (file)
index 0000000..987f6a0
--- /dev/null
@@ -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 (file)
index 0000000..86e8fa9
--- /dev/null
@@ -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 (file)
index 0000000..fc89633
--- /dev/null
@@ -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 (file)
index 0000000..5f66b42
--- /dev/null
@@ -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 (file)
index 0000000..4dc5aec
--- /dev/null
@@ -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 (file)
index 0000000..e957743
--- /dev/null
@@ -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 (file)
index 0000000..2352243
--- /dev/null
@@ -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 (file)
index 0000000..30e45e7
--- /dev/null
@@ -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 (file)
index 0000000..1ae142e
--- /dev/null
@@ -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 (file)
index 0000000..3988198
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.10.0"
+
+\header{
+  texidoc = "
+@section Compatibility with broken MusicXML
+
+"
+}
+
+% make sure the .png is generated.
+\lyrics { "" }