Commit graph

279 commits

Author SHA1 Message Date
lasconic
1b7441f882 revert PR #1030 2014-07-21 11:43:50 +02:00
lasconic
b8f6725873 set mscVersion to the current version after the first layout of 1.3 scores 2014-07-19 12:29:20 +02:00
ws
1e94611118 partial fix for #18510 2014-07-17 15:28:02 +02:00
ws
a2c0bf6188 fix #26476 2014-07-15 12:49:51 +02:00
Bartlomiej Lewandowski
28becd3b3a Fix for paste of 2 note tremolo that will not fit into bar. 2014-07-11 15:13:27 +02:00
ws
d59cc84ee2 fix some spanner bugs 2014-07-09 18:05:58 +02:00
ws
2da5273597 fix #22132 2014-07-03 15:02:36 +02:00
ws
7aa55d072e fix #25941 2014-07-02 09:56:05 +02:00
Joachim Schmitz
e95d169d5c move Direction and DirectionH into MScore
needed to make them available to the plugin framework
2014-06-26 12:03:14 +02:00
Joachim Schmitz
dc5c0b48f6 move BeamMode to Beam::Mode
needed to make it available to the plugin framework
2014-06-26 12:01:55 +02:00
Joachim Schmitz
54e2e167b6 move NoteHeadType to NoteHead::Type
needed to make it available to the plugin framework
2014-06-26 12:01:50 +02:00
Joachim Schmitz
e6e7436177 move SegmentType to Segment::Type and make int again
needed to make it available to the plugin framework
and the memory saved is not worth the performance penalty
2014-06-26 11:57:39 +02:00
Joachim Schmitz
75623c53dc move ElementType to Element::Type
needed to make it available to the Plugin framework
2014-06-26 11:57:35 +02:00
Maurizio M. Gavioli
bfb388d682 Fix even-odd page contiguous-ness.
In page view, the pages are shown in contiguous pairs, unconditionally starting with the second page, regardless of page numbering.

This fix makes each even page contiguous with the odd page following it, according to page numbering, i.e. taking into account `_pageNumberOffset`.
2014-06-24 23:16:34 +02:00
ws
83ead22c35 cleaner implem. for reading ties 2014-06-24 14:45:50 +02:00
ws
247a055c91 fix #26741 2014-06-24 13:18:37 +02:00
ws
b4066a7976 stronger typing for key 2014-06-20 17:07:22 +02:00
Joachim Schmitz
9a636ac9c6 remove some unneeded '\n'
and also fix a typo
2014-06-10 09:27:55 +02:00
Marc Sabatella
4f42fb0d82 fix #24735: correct layout of fret diagrams & chord symbols 2014-06-07 20:23:50 -06:00
ws
9a6d909a29 fix #25945 2014-06-05 11:37:21 +02:00
ws
e8be73f41b fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
ws
b7dd5af499 update KeySig implementation 2014-06-03 15:28:10 +02:00
ws
7eca27a6c8 25921 2014-06-02 13:07:19 +02:00
ws
e1b1246e0c make SegmentType an global enum class 2014-06-01 20:24:29 +02:00
ws
27e3e060bb fix for mtest/measure 2014-05-31 13:23:27 +02:00
ws
6edea9fd9e fix mtest & regression 2014-05-31 12:04:41 +02:00
ws
3ae79f8b3e fix #25238 2014-05-30 17:25:52 +02:00
Nicolas Froment
5022f0271a Merge pull request #925 from BartlomiejLewandowski/25823-copied-tie
fix #25823 removal of ties
2014-05-30 16:09:03 +02:00
Nicolas Froment
e4ca2a3d23 Merge pull request #936 from Jojo-Schmitz/enum-class
convert as many "enum" as possible to "enum class", and make them ": char" in the due course #4
2014-05-30 15:39:43 +02:00
Nicolas Froment
1ac9d5e7a6 Merge pull request #928 from MarcSabatella/25648-move-accidentals
fix layout issues with offset chords & notes
2014-05-30 15:37:55 +02:00
Joachim Schmitz
6f3a7d1957 whitespace cleanup 2014-05-30 13:37:44 +02:00
Joachim Schmitz
562c92e2bc convert enum PlayMode into enum class
and make enum LayoutFlag a ": char" (making it an enum class requires
more work, as it is used for flags)
2014-05-30 13:37:35 +02:00
Joachim Schmitz
6c3c437b55 convert enum LayoutMode into enum class 2014-05-30 13:37:34 +02:00
Joachim Schmitz
eac6e60fbd convert enum BarLineType into enum class 2014-05-30 13:37:31 +02:00
ws
401f48fcd7 fix #25884 2014-05-29 14:04:14 +02:00
Marc Sabatella
c26d619282 fix #15125: spacing of lyric on offset note 2014-05-27 15:27:26 -06:00
Marc Sabatella
69e4c2170b fix #25809: space before initial chord with grace note after 2014-05-27 15:27:23 -06:00
Marc Sabatella
fbc676111d fix #25803: account for user offset during chord layout 2014-05-27 15:27:22 -06:00
Marc Sabatella
a7f05dac1b fix #25648: move accidentals with notes/chords 2014-05-27 15:27:20 -06:00
Joachim Schmitz
c79ae39d0e convert enum Anchor into enum class 2014-05-26 20:48:27 +02:00
Joachim Schmitz
7f1b612615 convert enum P_ID into enum class 2014-05-26 18:18:01 +02:00
Joachim Schmitz
0b43247956 convert enum StyleIdx into enum class 2014-05-26 15:31:36 +02:00
Bartlomiej Lewandowski
5494cbbb2e fix #25823 removal of ties
Added removal of ties that do not have an end element when pasted.
2014-05-23 22:06:21 +02:00
Joachim Schmitz
6c6c6ad22c convert unnamed enum to enum Repeat
and make it ": char". Making it a class requires more work,
unfortunatly.
2014-05-23 12:10:15 +02:00
Joachim Schmitz
931e837c5e convert enum ElementType into enum class 2014-05-23 10:35:27 +02:00
Joachim Schmitz
27f8ca023f convert enum DurationType to enum class 2014-05-23 10:34:57 +02:00
Joachim Schmitz
93799b7c58 convert unnamed enum to enum class CrossMeasure 2014-05-23 10:34:54 +02:00
ws
1cd4416c82 fix #25815 2014-05-22 09:04:08 +02:00
ws
fb0e15eb10 update measure properties + parts 2014-05-20 17:59:32 +02:00
ws
5ca653f70c fix #24468 2014-05-15 13:42:03 +02:00