Age | Commit message (Collapse) | Author |
|
this revision is fully functional (or at least should be), but
maybe new bugs were introduced.
TODO: some things in the source are done pretty ugly, need to beautify that
and some features (e.g. grand staves) still need to be done
|
|
synced with current trunk
|
|
previously, integer divisions were used. however, i need
rounding always down, but operator/ rounds towards zero.
( -2 / 7 = 0, but should be -1)
plus some cosmetic stuff (ints->unsigneds, removed some warnings)
|
|
plus bugfix: manipulating non-zero-aligned parts works now correctly
plus some cosmetic stuff in the source (ints -> unsigneds)
|
|
|
|
|
|
|
|
corrected time-sig and key-change order, full-measure-rests are
now drawn properly and distances have been set properly
|
|
|
|
|
|
|
|
|
|
|
|
plus bugfix: event times are now treated correctly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
constructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|