-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxml2abc_changelog.html
More file actions
123 lines (87 loc) · 3.35 KB
/
xml2abc_changelog.html
File metadata and controls
123 lines (87 loc) · 3.35 KB
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
121
122
123
<!DOCTYPE HTML><html><head><meta charset="utf-8"></head>
<body><pre>2019-05-20
* Revision: 139
- generate !trem1!...!trem4! decorations in stead of !-/!...!-////! when
options.t is given.
2019-05-15
* Revision: 138
- allow for different xml <divisions> values per measure. previously only
one <divisions> value per part was honoured. (reported by David Webber)
2019-05-11
* Revision: 137
- better parsing of the xml part-list
- better rounding compatibility with javascript version
2019-05-10
* Revision: 136
- changed license to LGPL
2019-01-10
* Revision: 135
- new option --stems: translate MusicXML stem elements A change in stem
direction outputs [I:stemdir ..] with the new direction. Changes are
determined per voice.
* Revision: 134
- fingering annotations of notes in a chord go before that chord in ABC.
(string annotations in a tab staff remain with the notes in the chord)
- do not reverse order of decorations in addChord
2019-01-08
* Revision: 133
- bug: a rest in a group of beamed notes would previously stop the beam
- the staff of a direction is the staff to which we allocated the voice in
question (not the staff that follows from xml code). This matters when a
voice migrates to a different staff, while the original staff still has
directions.
2019-01-01
* Revision: 132
- handle case where <per-minute> element (metronome) does not contain a
number
2018-12-17
* Revision: 131
- handle case where staff allocation results in staff without voices
2018-12-14
* Revision: 130
- also remember Music.lastnote when it is a rest (repairs exception when a
slur starts on a rest as first note in the score)
* Revision: 129
- bug: writing binary string to stdout in python3
- always write abc files with utf-8 encoding (drop preference for latin-1)
2018-12-03
* Revision: 128
- close hanging measure-repeats (started but no stop)
2018-11-14
* Revision: 127
- delete leading and trailing space from the concatenated <words> text
* Revision: 126
- do not skip invisible notes, translate them into invisible rests
2018-11-05
* Revision: 125
- implement translation of the <metronome> element
- concatenate multiple words-elements
- allow extension .musicxml
- do not handle tuplets inside a grace sequence
- accept floating point <alter> elements
- bug: time should never become negative (incTime with bad <backup> elements)
- bug: set of voicenumbers is empty when a whole part has no <note> elements.
Taking the minimum of this empty set raised an exception
2018-11-04
* Revision: 124
- avoid loading instrument 0
2018-10-14
* Revision: 123
- corrections in the ABC code of the tutorial
2018-09-28
* Revision: 122
- added translation for missing modern diatonic modes (dorian, phrygian etc)
- improved version translation in compilescript
* Revision: 121
- added new module for automatic compilation of win32 binary with wine and
pyinstaller
- changed compile scripts to use the new module and to clean up intermediate
files and directories
2018-09-23
* Revision: 120
- replaced manual version numbers by mercurial revision numbers,
automatically added during compilation
- replaced handwritten changelog by one automtically generated by mercurial,
based on the revision descriptions.
- all revision descriptions before revision 119 are in Dutch ...
</pre></body></html>