| Commit message (Expand) | Author | Age | Files | Lines |
* | musicxml2ly: Fix title, chord symbol and midi bugs.... | Patrick Schmidt | 2012-06-27 | 1 | -1/+1 |
* | musicxml2ly: Normalize whitespace in the source. | Julien Rioux | 2012-06-22 | 1 | -34/+34 |
* | musicxml2ly: title and subtitle (issue 1913), miscellaneous... | Patrick Schmidt | 2011-10-06 | 1 | -2/+8 |
* | Loglevels in our python scripts (lilypond-book, musicxml2ly, convert-ly)... | Reinhold Kainhofer | 2011-09-23 | 1 | -13/+10 |
* | MusicXML: If staff number is given in an element, make it work even if other ... | Reinhold Kainhofer | 2011-09-15 | 1 | -0/+8 |
* | Typo | Reinhold Kainhofer | 2011-07-25 | 1 | -1/+1 |
* | Replace Tab with 8 Spaces for .py files... | James Lowe | 2011-06-24 | 1 | -162/+162 |
* | MusicXML: Fix invalid MusicXML files... | Reinhold Kainhofer | 2010-11-24 | 1 | -8/+8 |
* | MusicXML: Handle beam elements without number attribute | Reinhold Kainhofer | 2010-07-26 | 1 | -1/+4 |
* | Better detection which characters need to be quoted in lyrics | Reinhold Kainhofer | 2009-06-02 | 1 | -1/+1 |
* | MusicXML: Implement page and system breaks | Reinhold Kainhofer | 2009-04-04 | 1 | -2/+6 |
* | MusicXML: Implement lyrics extenders | Reinhold Kainhofer | 2008-12-08 | 1 | -0/+3 |
* | MusicXML: Remove debug output | Reinhold Kainhofer | 2008-12-08 | 1 | -2/+0 |
* | MusicXML: Add support for microtone (pitches and key signatures) | Reinhold Kainhofer | 2008-11-30 | 1 | -17/+12 |
* | MusicXML: Implement general key signatures... | Reinhold Kainhofer | 2008-11-30 | 1 | -12/+49 |
* | MusicXML: Implement the symbol attribute of time signatures... | Reinhold Kainhofer | 2008-11-30 | 1 | -10/+6 |
* | MusicXML: First steps towards implementing general compound time signatures... | Reinhold Kainhofer | 2008-11-30 | 1 | -9/+60 |
* | MusicXML: Implement elisions (multiple lyrics syllables assigned to one note) | Reinhold Kainhofer | 2008-11-29 | 1 | -26/+3 |
* | MusicXML: Implement conversion of non-standard tuplet numbers and note types | Reinhold Kainhofer | 2008-11-21 | 1 | -1/+44 |
* | MusicXML: extract note duration log and nr of dots in one function | Reinhold Kainhofer | 2008-11-21 | 1 | -0/+8 |
* | MusicXML: Implement after-grace notes... | Reinhold Kainhofer | 2008-11-21 | 1 | -10/+11 |
* | MusicXML: Implement support for transposed instruments... | Reinhold Kainhofer | 2008-11-18 | 1 | -0/+5 |
* | MusicXML: Add function to dump a whole XML node tree recursively | Reinhold Kainhofer | 2008-11-18 | 1 | -1/+14 |
* | MusicXML: For notes/rests w/o type, use <duration> to calculate proper length | Reinhold Kainhofer | 2008-11-17 | 1 | -2/+1 |
* | MusicXML: Implement church modes; fix empty <mode/> tags for keys | Reinhold Kainhofer | 2008-11-16 | 1 | -1/+3 |
* | MusicXML: Use "None" voice only for notes w/o voice, not for directions or attrs | Reinhold Kainhofer | 2008-11-16 | 1 | -1/+3 |
* | MusicXML: Fix notes that don't have a voice setting (assign it to voice "None") | Reinhold Kainhofer | 2008-11-15 | 1 | -3/+9 |
* | MusicXML: Handle multiple <rights> elements | Reinhold Kainhofer | 2008-11-15 | 1 | -5/+5 |
* | MusicXML: convert <miscellaneous-field name='description'> tag to texidoc header... | Reinhold Kainhofer | 2008-11-15 | 1 | -0/+9 |
* | MusicXML: Implement after-grace notes... | Reinhold Kainhofer | 2008-11-12 | 1 | -1/+41 |
* | MusicXML: Fix FiguredBass (I forgot to assign the current clock tick) | Reinhold Kainhofer | 2008-11-12 | 1 | -0/+2 |
* | MusicXML: Correctly handle bar checks with attributes and MM rests... | Reinhold Kainhofer | 2008-11-12 | 1 | -2/+15 |
* | MusicXML: Fix clefs that appear in only one staff (ignore for the other!)... | Reinhold Kainhofer | 2008-11-07 | 1 | -7/+13 |
* | Indentation nit: use 4 instead of 8 spaces. | Jan Nieuwenhuizen | 2008-11-04 | 1 | -10/+10 |
* | MusicXML: Implement <degree> to modify chords (add/remove/alter); support bass... | Reinhold Kainhofer | 2008-04-12 | 1 | -3/+36 |
* | MusicXML: Add support for chord names... | Reinhold Kainhofer | 2008-04-11 | 1 | -1/+14 |
* | MusicXML: Implement metronome mark (tempo marks)... | Reinhold Kainhofer | 2008-04-05 | 1 | -11/+29 |
* | MusicXML: Add basic support for figured bass... | Reinhold Kainhofer | 2008-04-02 | 1 | -4/+16 |
* | musicxml.py: typo in error message | Jean-Charles Malahieude | 2008-03-09 | 1 | -1/+1 |
* | MusicXML: Properly detect when a node is the lxml tree is a comment | Reinhold Kainhofer | 2008-03-05 | 1 | -3/+2 |
* | MusicXML: Add support for longa and breve notes, fix error messages... | Reinhold Kainhofer | 2008-02-27 | 1 | -5/+5 |
* | MusicXML: Fix using lxml as XML parser... | Reinhold Kainhofer | 2008-02-25 | 1 | -1/+3 |
* | MusicXML: Add a way to implement compatibility modes, ignore beams for Sibelius | Reinhold Kainhofer | 2008-02-21 | 1 | -0/+10 |
* | Mark .message() strings for translation in musicxml2ly | John Mandereau | 2008-02-14 | 1 | -1/+1 |
* | Improve Python scripts localization... | John Mandereau | 2008-02-13 | 1 | -2/+9 |
* | MusicXML: Implement dashed slurs, glissando styles, directed and non-arpeggios... | Reinhold Kainhofer | 2008-02-11 | 1 | -0/+4 |
* | MusicXML: Some more translated strings... | Reinhold Kainhofer | 2008-02-10 | 1 | -3/+3 |
* | MusicXML: Implement rehearsal marks and some more spanners... | Reinhold Kainhofer | 2008-02-08 | 1 | -0/+8 |
* | MusicXML: Default to eight note instead of whole note for grace elements. | Erlend Aasland | 2008-01-31 | 1 | -0/+3 |
* | MusicXML: Add support for unpitched elements. | Erlend Aasland | 2008-01-31 | 1 | -1/+17 |