summaryrefslogtreecommitdiff
path: root/python/musicxml.py
Commit message (Expand)AuthorAgeFilesLines
* musicxml2ly: Fix title, chord symbol and midi bugs....Patrick Schmidt2012-06-271-1/+1
* musicxml2ly: Normalize whitespace in the source.Julien Rioux2012-06-221-34/+34
* musicxml2ly: title and subtitle (issue 1913), miscellaneous...Patrick Schmidt2011-10-061-2/+8
* Loglevels in our python scripts (lilypond-book, musicxml2ly, convert-ly)...Reinhold Kainhofer2011-09-231-13/+10
* MusicXML: If staff number is given in an element, make it work even if other ...Reinhold Kainhofer2011-09-151-0/+8
* TypoReinhold Kainhofer2011-07-251-1/+1
* Replace Tab with 8 Spaces for .py files...James Lowe2011-06-241-162/+162
* MusicXML: Fix invalid MusicXML files...Reinhold Kainhofer2010-11-241-8/+8
* MusicXML: Handle beam elements without number attributeReinhold Kainhofer2010-07-261-1/+4
* Better detection which characters need to be quoted in lyricsReinhold Kainhofer2009-06-021-1/+1
* MusicXML: Implement page and system breaksReinhold Kainhofer2009-04-041-2/+6
* MusicXML: Implement lyrics extendersReinhold Kainhofer2008-12-081-0/+3
* MusicXML: Remove debug outputReinhold Kainhofer2008-12-081-2/+0
* MusicXML: Add support for microtone (pitches and key signatures)Reinhold Kainhofer2008-11-301-17/+12
* MusicXML: Implement general key signatures...Reinhold Kainhofer2008-11-301-12/+49
* MusicXML: Implement the symbol attribute of time signatures...Reinhold Kainhofer2008-11-301-10/+6
* MusicXML: First steps towards implementing general compound time signatures...Reinhold Kainhofer2008-11-301-9/+60
* MusicXML: Implement elisions (multiple lyrics syllables assigned to one note)Reinhold Kainhofer2008-11-291-26/+3
* MusicXML: Implement conversion of non-standard tuplet numbers and note typesReinhold Kainhofer2008-11-211-1/+44
* MusicXML: extract note duration log and nr of dots in one functionReinhold Kainhofer2008-11-211-0/+8
* MusicXML: Implement after-grace notes...Reinhold Kainhofer2008-11-211-10/+11
* MusicXML: Implement support for transposed instruments...Reinhold Kainhofer2008-11-181-0/+5
* MusicXML: Add function to dump a whole XML node tree recursivelyReinhold Kainhofer2008-11-181-1/+14
* MusicXML: For notes/rests w/o type, use <duration> to calculate proper lengthReinhold Kainhofer2008-11-171-2/+1
* MusicXML: Implement church modes; fix empty <mode/> tags for keysReinhold Kainhofer2008-11-161-1/+3
* MusicXML: Use "None" voice only for notes w/o voice, not for directions or attrsReinhold Kainhofer2008-11-161-1/+3
* MusicXML: Fix notes that don't have a voice setting (assign it to voice "None")Reinhold Kainhofer2008-11-151-3/+9
* MusicXML: Handle multiple <rights> elementsReinhold Kainhofer2008-11-151-5/+5
* MusicXML: convert <miscellaneous-field name='description'> tag to texidoc header...Reinhold Kainhofer2008-11-151-0/+9
* MusicXML: Implement after-grace notes...Reinhold Kainhofer2008-11-121-1/+41
* MusicXML: Fix FiguredBass (I forgot to assign the current clock tick)Reinhold Kainhofer2008-11-121-0/+2
* MusicXML: Correctly handle bar checks with attributes and MM rests...Reinhold Kainhofer2008-11-121-2/+15
* MusicXML: Fix clefs that appear in only one staff (ignore for the other!)...Reinhold Kainhofer2008-11-071-7/+13
* Indentation nit: use 4 instead of 8 spaces.Jan Nieuwenhuizen2008-11-041-10/+10
* MusicXML: Implement <degree> to modify chords (add/remove/alter); support bass...Reinhold Kainhofer2008-04-121-3/+36
* MusicXML: Add support for chord names...Reinhold Kainhofer2008-04-111-1/+14
* MusicXML: Implement metronome mark (tempo marks)...Reinhold Kainhofer2008-04-051-11/+29
* MusicXML: Add basic support for figured bass...Reinhold Kainhofer2008-04-021-4/+16
* musicxml.py: typo in error messageJean-Charles Malahieude2008-03-091-1/+1
* MusicXML: Properly detect when a node is the lxml tree is a commentReinhold Kainhofer2008-03-051-3/+2
* MusicXML: Add support for longa and breve notes, fix error messages...Reinhold Kainhofer2008-02-271-5/+5
* MusicXML: Fix using lxml as XML parser...Reinhold Kainhofer2008-02-251-1/+3
* MusicXML: Add a way to implement compatibility modes, ignore beams for SibeliusReinhold Kainhofer2008-02-211-0/+10
* Mark .message() strings for translation in musicxml2lyJohn Mandereau2008-02-141-1/+1
* Improve Python scripts localization...John Mandereau2008-02-131-2/+9
* MusicXML: Implement dashed slurs, glissando styles, directed and non-arpeggios...Reinhold Kainhofer2008-02-111-0/+4
* MusicXML: Some more translated strings...Reinhold Kainhofer2008-02-101-3/+3
* MusicXML: Implement rehearsal marks and some more spanners...Reinhold Kainhofer2008-02-081-0/+8
* MusicXML: Default to eight note instead of whole note for grace elements.Erlend Aasland2008-01-311-0/+3
* MusicXML: Add support for unpitched elements.Erlend Aasland2008-01-311-1/+17