Commit graph

22 commits

Author SHA1 Message Date
Igor Korsukov
b6dabf5e0b fixed ctor colon 2020-05-29 21:15:25 +02:00
Igor Korsukov
45b9887603 changed code style 2020-05-28 09:50:45 +02:00
Niek van den Berg
30270e4cbd fix #280343 - Repeat measure signs: not vertically-centred in tablature
Measure rest was drawn on fix y coordinate. Now the y coordinate is calculated
taking the staff height into account so it is always vertically centered.
Also the size of the symbol is sized depending on the staff line distance.
2020-02-02 19:22:05 +01:00
Marc Sabatella
01aeab74bb fix #285688: width of repeat measure keeps increasing 2019-05-26 22:36:37 -06:00
ws
ec3be9a99a Replacd integer midi tick values by fractions.
- tick names a position on the time axis
- tick is always a Fraction()
- only Measure() and Segment() (and Tuplet?) have a tick value
- tick() for an generic element return only a sensible value if isMeasure() or isSegment() or isSegment(parent())

- "ticks" names a duration stored in a Fraction()
- the tick value for an Segment is relative to its measure

- rename "duration" to "ticks"
- rename afrac() to tick()
- rename rfrac() to rtick()
- rename some variables, changing "fraction" into "tick"
  (example: actualFraction() into actualTicks())

- Lyrics ticks are written as Fraction, on read if xmlreader sees a "/" it reads a fraction
  else midi ticks for backwards compatibility
2019-02-18 11:46:05 +01:00
Werner Schweer
1f243b5ffc update global insert: combine tuplets 2016-12-06 09:36:02 +01:00
ws
492709f203 code cleanups 2016-04-13 11:10:17 +02:00
ws
9f933d8503 Layout reorganization 2016-04-13 11:05:04 +02:00
Marc Sabatella
9f9eb54f4e fix #64506: temporary corruption on add of measure repeat 2015-06-09 14:25:02 -06:00
lasconic
dcd8106784 fix #52386: symbols added to 'Repeat measure sign' measure will disapear on reload 2015-04-07 18:30:37 +02:00
ws
335c93fd39 fix regressions / mtest 2014-10-16 18:51:14 +02:00
Andrei Tuicu
6460485d3f Score accessibility system.
Provides screen-reader feedback for the selected element.
2014-08-19 00:09:13 +03:00
lasconic
0e2368c051 fix drawing and layouting of repeat measure sign 2013-09-04 10:49:33 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
d846e3d0d3 update for Jump and Marker elements 2013-02-25 14:56:34 +01:00
ws
a873ef12da fix measure delete of repeat measure 2013-02-25 11:17:08 +01:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
Werner Schweer
1c71a31446 fix system barline layout when vert. spacer set 2012-11-08 12:59:50 +01:00
Werner Schweer
2baa6615ef update for simpletext; enhanced text compatibility with 1.2 2012-10-04 17:07:38 +02:00
Werner Schweer
038f2f1001 import 1.2: fix marker x position 2012-10-02 17:07:28 +02:00
Werner Schweer
1f9ccfcdce add libmscore
git-subtree-dir: libmscore
git-subtree-mainline: 412ca45401
git-subtree-split: 6047361bd0
2012-05-26 14:54:47 +02:00