1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
-------------------------------------------------
Scripts
-------------------------------------------------
iotest read *.msc files, save files and compare
rendertest renders misc *.xml files with lilypond and mscore
and puts up *.html pages
All MusicXml files starting with a number are from Reinhold Kainhofer from
the Lilypond project (used in rendertest)
I did some changes to the files to better fit for MuseScore:
12b-Tuplets-Finale
commented out "<rights>Public domain</rights>" which expands each
score snippet to full page
-------------------------------------------------
*.msc Testfiles
-------------------------------------------------
test1.msc
single staff, single voice, c-scale
test3.msc
displaced note heads
test7.msc
- piano and trumpet staff
- flat symbol in instrument name
- title with bold and italic text
- start repeat / end repeat
- prima volta / seconda volta
tuplets.msc
- triplet
slur2.msc
slur spanning two systems
testKeysig2.msc
testTimesig2.msc
testsmall.msc
- small note, chord, rest, hook, stem
- small staff
- small chord in small staff
coda.msc
- horizontal frame
- coda1, coda2
Repeat1.msc
Repeat2.msc currently broken due to changes in repeat handling
-------------------------------------------------
MIDI Testfiles
-------------------------------------------------
midi1.mid single track, single voice
midi2.mid single track, simple chords
midi3.mid single track, rests
midi4.mid single track, overlapping notes
-------------------------------------------------
MusicXML testfiles
-------------------------------------------------
testAccidentals1.xml accidentals sharp, flat, double sharp, double flat and natural
testAccidentals2.xml all supported accidentals including editorial
testBarStyles.xml bar styles light-light, light-heavy, heavy-light plus repeats
testDCalCoda.xml a single da capo al coda
testDCalFine.xml a single da capo al fine
testDalSegno.xml a single dal segno
testDirections1.xml all supported direction types
testDynamics1.xml the "dynamics" directions from ppp to fff
testDynamics2.xml dynamics in a multi-part (voice and a piano) score
testHarmony1.xml several (simple) harmony elements
testHarmony2.xml several (more complex) harmony elements
testHello.xml Recordare's "Hello World"
testHello.mxl Recordare's "Hello World" (compressed MusicXML)
testImplicitMeasure1.xml pickup measure
testKeysig1.xml change keysig from none to G major
testLines1.xml ottava, pedal and trill lines
testMetaData.xml meta-data plus regular text such as title and composer
testMultiMeasureRest.xml two multi-measure rests and a normal rest measure
testNotesAttributes1.xml most note attributes supported by MusicXML import/export
testNotesAttributes2.xml most note attributes supported by MusicXML import/export
testNotesRests1.xml all note and rest types, including some dotted
testSystemBrackets1.xml system brackets (single staff parts)
testSystemBrackets2.xml system brackets in a two piano piece
testTimesig1.xml all supported simple time signatures
testTimesig3.xml the more difficult time signatures
testTremolo.xml tremolo
testVoicePiano1.xml score with both a voice and a piano part
testVolta1.xml simple (one-measure) volta's
testWedge1.xml crescendo and diminuendo wedges
testWords1.xml the "words" direction
test98.xml 9/8 time signature with dottet rests
-------------------------------------------------
MuseData
http://www.musedata.org
-------------------------------------------------
bach-1046-1.md MuseData import testfile
teleman.md
mozart-k581.md
-------------------------------------------------
Lilypond
-------------------------------------------------
l1.ly - l7.ly simple notes
-------------------------------------------------
Band in a Box
-------------------------------------------------
chords1.SGU list of bb chords
|