summaryrefslogtreecommitdiff
path: root/input/regression/musicxml
Commit message (Expand)AuthorAgeFilesLines
* Fix fret error in musicxml test suiteCarl Sorensen2011-02-031-4/+4
* MusicXML: Fix invalid MusicXML files...Invalid MusicXML spotted by Richard Lanyon, richard.lanyon at avid . com Reinhold Kainhofer2010-11-2411-47/+37
* MusicXML test suite: quiet ZIP packingReinhold Kainhofer2010-07-031-1/+1
* MusicXML: Add regtest for cautionary accidentals; cautionary (not editorial) ...Reinhold Kainhofer2010-04-132-0/+447
* MusicXML: Add header for category 14 Staff attributes on the regtest pageReinhold Kainhofer2010-04-121-0/+2
* MusicXML: Implement staff-lines setting (i.e. # of lines of a staff)...-) Add possible context modifications to staves -) convert a global staff-lines attribute to a contex mod inside \with -) Convert a staff-lines attribute midway through the part as \stopStaff \override ... \startStaff -) Add regtest for all these cases Reinhold Kainhofer2010-04-121-0/+154
* MusicXML: Implement changing the (short)instrumentName via the print elementReinhold Kainhofer2010-02-221-0/+96
* MusicXML: overriding part-name by part-name-display in score-part definitionReinhold Kainhofer2010-02-221-0/+88
* Build fix; file not distributed.Graham Percival2010-02-131-0/+2
* MusicXML: Oops, fix href to MIT licenseReinhold Kainhofer2010-02-121-1/+1
* MusicXML: Put the test suite under the MIT license, which is very permissiveReinhold Kainhofer2010-02-123-2/+32
* MusicXML: Fix which durations can be expressed with dots and which can'tReinhold Kainhofer2009-10-231-0/+306
* Update documentation targets...- remove old target 'doc': text documentation is already generated by 'make all'. - user target name changes: web -> doc web-1 -> doc-stage-1 web-clean -> doc-clean web-install -> install-doc web-uninstall -> uninstall-doc info-install -> install-info - internal target names changes: do-top-doc -> top-doc localpo -> local-po - protect private documentation targets with conditional testing of out==www; - automatically generate README.txt and INSTALL.txt even for a Git checkout when autogen.sh and configure are successful. John Mandereau2009-04-271-0/+2
* Fix line terminationsTrevor Daniels2009-04-061-134/+134
* MusicXML: Fix missing tie end tag...Some applications "forget" to export the end tag for ties. it's actually simpler to assume ties last only for one note and reset them afterwards automatically. This might break pieces with multiple overlapping voices, though... Reinhold Kainhofer2009-04-051-0/+134
* MusicXML: Don't crash when a part is missing the id attribute...Still missing: If there is only one part (which has the id missing), we could automatically assign the id... Reinhold Kainhofer2009-04-052-0/+73
* MusicXML: Implement page and system breaksReinhold Kainhofer2009-04-041-0/+64
* MusicXML: If work-title is empty (but exists), use movement-title insteadReinhold Kainhofer2009-04-041-0/+36
* MusicXML: Fix measure issues with chord names and figured bass...-) Add repeats also chordnames and figured bass -) Barlines don't count as relevant voice elements (to check whether a voice is empty) -) Properly insert bar checks for fb and chords, too -) Test files for pickup measures, incomplete measures (skips added!) -) Test file for two harmony elements at the same time (doesn't work correctly!) Reinhold Kainhofer2009-04-033-0/+331
* MusicXML: Fix TOC links to unnumbered subsecs (add @nodes, but don't show menus)Reinhold Kainhofer2009-03-2630-2/+60
* Implement non-standard tuplet numbers...-) Add function for different fraction than the actual tuplet fraction -) Add wrapper function that appends a note with given duration after the standard tuplet text (denominator or fraction) -) Add function to print tuplet text with both fraction values with a note duration attached -) Add snippet to be included in the Docs -) Add regtests for all these cases -) Remove definitions from musicxml2ly and make it use these new functions Reinhold Kainhofer2009-03-071-0/+2
* MusicXML: src-dir rather than srcdir.Han-Wen Nienhuys2008-12-221-1/+1
* Zip files from srcdir.Han-Wen Nienhuys2008-12-221-1/+1
* Fix Mac line terminationsTrevor Daniels2008-12-091-172/+172
* MusicXML: Implement lyrics extendersReinhold Kainhofer2008-12-082-10/+173
* MusicXML: Clean up test suite...-) Remove all references to Finale -) Proper test case for all spanners -) Remove (score|midi)-instrument, stem, sound, position information, etc. from test cases. Those will be tested in separate cases Reinhold Kainhofer2008-12-0896-3068/+1035
* MusicXML: Remove title from test casesReinhold Kainhofer2008-12-082-2/+0
* MusicXML: Restructure test suite...-) Split up the 00 section of test files, properly reorder the different areas -) Adjust the section headers accordingly (and use @unnumberedsec to prevent confusing auto-numbering) Reinhold Kainhofer2008-12-08160-69/+39
* MusicXML: Turn regtest page into homepage for test suite...Also add rule to pack the .xml and .mxl files as a .zip file for download. Reinhold Kainhofer2008-12-032-13/+58
* MusicXML: Add section title to key sig regtestsReinhold Kainhofer2008-11-301-0/+2
* MusicXML: Add support for microtone (pitches and key signatures)Reinhold Kainhofer2008-11-302-0/+195
* MusicXML: Implement general key signatures...-) convert key signatures with <key-step>, <key-alter> and <key-octave> to the keySignature alist of the form ((( octave . step)|step . alter) -) Semitone-key signatures are not yet working Reinhold Kainhofer2008-11-301-0/+86
* MusicXML: Implement the symbol attribute of time signatures...-) Fix time keeping (i.e. use the cached value for the current time sig and thus the current measure length!): revert to self.get_named_attribute ('time') -) Implement single-digit time signatures -) Implement C vs. numeric time signatures; Change the signature style to '() only if a C or C/ would be printed (i.e. 2/2 or 4/4). By default, MusicXML uses numeric signatures (style '()), while LilyPond's default is 'C, so we have to add some manual overrides in those cases of 2/2 or 4/4 where no symbol is given in the MusicXML file Reinhold Kainhofer2008-11-301-0/+108
* Fix Mac line terminationsTrevor Daniels2008-11-304-569/+569
* MusicXML: First steps towards implementing general compound time signatures...-) correctly parse compound time signatures and senza-misura signatures. as a side-effect, crashes on these signatures have been fixed, too. -) correctly create the time signature change event -) switch measure length from (num, den) to a Rational -) Add test cases for general compound time signatures Reinhold Kainhofer2008-11-306-0/+555
* MusicXML: Use better durations in test caseReinhold Kainhofer2008-11-301-26/+43
* MusicXML: Implement elisions (multiple lyrics syllables assigned to one note)Reinhold Kainhofer2008-11-291-0/+103
* MusicXML: Implement notehead styles and parenthesized notesReinhold Kainhofer2008-11-295-0/+1895
* MusicXML: Add testcase for lyrics on chorded notesReinhold Kainhofer2008-11-291-0/+72
* MusicXML: Implement conversion of non-standard tuplet numbers and note typesReinhold Kainhofer2008-11-211-0/+615
* MusicXML: Fix regtest...That one should not hide its bracket! Reinhold Kainhofer2008-11-211-1/+1
* MusicXML: Implement different styles of tuplet brackets and numbers...Curved brackets are not yet working... Reinhold Kainhofer2008-11-211-71/+147
* MusicXML: Fix problem with tuplets without a number attribute...Also add regtest for this case Reinhold Kainhofer2008-11-211-3/+4
* Fix Mac line terminationsTrevor Daniels2008-11-195-2403/+2403
* MusicXML: Test case for nested tupletsReinhold Kainhofer2008-11-181-0/+199
* MusicXML: Fix single-note tuplets (e.g. on tremolo notes)...Also remove duplicate code block Reinhold Kainhofer2008-11-182-0/+1418
* MusicXML: Implement support for transposed instruments...We simply need to take the <transpose> attribute and determine the correct sounding pitch from the chromatic tag (adjust it enharmonically if an explicit diatonic shift is given)... Reinhold Kainhofer2008-11-183-0/+788
* MusicXML: Better description of mid-measure barline regtestReinhold Kainhofer2008-11-181-1/+1
* Fix Mac line terminationsTrevor Daniels2008-11-1740-10921/+10921
* MusicXML: For notes/rests w/o type, use <duration> to calculate proper lengthReinhold Kainhofer2008-11-171-0/+91