Maurizio M. Gavioli
345614d5dc
Merge pull request #120 from mgavioli/Fix_18640_link_bar_span_to_staff_changes
...
Fix 18640 link bar span to staff changes
2012-11-11 15:32:10 -08:00
Maurizio Gavioli
13a0db06c9
Comments improved and cleaned up.
2012-11-11 23:00:36 +01:00
Maurizio M. Gavioli
d553eb63be
Align with latest changes in Score::_staffTypes
...
Fix system left bar line
Fix reading back staff span from file
2012-11-11 23:00:36 +01:00
Maurizio Gavioli
6b17e2e336
Initial implementation
2012-11-11 23:00:36 +01:00
Werner Schweer
3db0a0f20f
fix cross staff beaming
2012-11-11 15:05:03 +01:00
Werner Schweer
ee54139c33
small slur layout change
2012-11-11 15:05:03 +01:00
Maurizio M. Gavioli
ceee5261a8
Merge pull request #123 from mgavioli/Fix_12398_Add_special_bar_line_spans_to_palette
...
Fix 12398 add dotted style and special bar line spans to palette
2012-11-10 08:00:04 -08:00
Maurizio Gavioli
d2bbe94510
Add support for bar line span dropped to measure, rather than to bar line
...
Fix redrawing of bar line span change during undo-redo
2012-11-09 17:31:50 +01:00
Maurizio M. Gavioli
abedff21c2
Completes the #12398 feature request.
...
*) Adds two flavors of 'tick' and 'short' bar line spans to the palette
*) Styles and spans can be applied to a single bar line (rather than to all the bar lines of a measure) if dragged to the bar line itself.
2012-11-09 12:30:04 +01:00
Maurizio M. Gavioli
d21d5bc099
Adds a dottet style to the bar line styles.
...
Manages MusicXML import/export; does not manage Lilypond export or OVE import.
2012-11-09 12:30:04 +01:00
lasconic
452cba15d1
fix fonts directory description
2012-11-09 09:33:19 +01:00
Werner Schweer
e059b3ab5d
fix spatium change for beams
2012-11-08 14:01:59 +01:00
Werner Schweer
f402673a65
fix some regressions for line elements
2012-11-08 12:59:51 +01:00
Werner Schweer
1c71a31446
fix system barline layout when vert. spacer set
2012-11-08 12:59:50 +01:00
Werner Schweer
14f0f1d3d0
fix pedal line
2012-11-08 12:59:50 +01:00
Nicolas Froment
c64f64a0d4
Merge pull request #117 from lvinken/fix-test-musicxml
...
Fix test musicxml
2012-11-07 01:49:29 -08:00
Nicolas Froment
957bdbd608
Merge pull request #122 from Jojo-Schmitz/master
...
some improvements to plugin documentation
2012-11-07 01:48:45 -08:00
lasconic
69eef4ec28
fix #16228 : 'Don't hide empty staves in first system' should not be enabled by default for 1.X scores
2012-11-07 10:41:12 +01:00
Joachim Schmitz
28487c14dd
some improvements to plugin documentation
2012-11-06 10:07:47 +01:00
Werner Schweer
f3e542b9e0
fix #18732 : removing instrument causes crash
2012-11-05 10:13:41 +01:00
Werner Schweer
4ef18b5ea0
Merge pull request #116 from mgavioli/Adapt_to_new_staff_types
...
Adjusts several points to changes in Score::_staffTypes
2012-11-05 00:37:17 -08:00
Werner Schweer
14021e1d9d
Merge pull request #104 from mgavioli/Image_imageStore_checks
...
Checks _imageStore is valid before accessing it.
2012-11-05 00:34:57 -08:00
Werner Schweer
a9b85edf37
Merge pull request #106 from mgavioli/Lyrics_allow_custom_styles
...
Lyrics: allow custom styles
2012-11-05 00:33:25 -08:00
Werner Schweer
3f7f49036b
fix regression tests
2012-11-04 13:24:44 +01:00
Werner Schweer
bc3e7f2ded
fix last change
2012-11-04 13:05:32 +01:00
Werner Schweer
d73451a297
add adjustReadPos() to layout() in TextLineSegment as suggested by miwarre
2012-11-04 12:50:36 +01:00
Werner Schweer
6937cb8e31
remove inconsistent Score->part(int) methods
2012-11-04 09:49:32 +01:00
Werner Schweer
00402149ac
cleanup cmdFlip()
2012-11-04 09:49:32 +01:00
lasconic
cf850d8d48
fix #17688 : plugin documentation build on windows
2012-11-03 09:42:52 +01:00
Maurizio M. Gavioli
7225f0e92e
Adjusts several points to the new double indirection in Score::_staffTypes
...
*) Custom styles read from scores are clones (rather than shared pointers) and set to non-built-in
*) Score::addStaffType() updates pointers to type in staves which use a modified type
*) EditStaffType sets its staff styles as non-built-in
*) Update of EditStaffType preview adapted to new Score::addStaffType()
*) TAB sample score for EditStaffType preview updated to latest version
2012-11-01 22:37:40 +01:00
Maurizio Gavioli
e3acbcebdc
Set TextStyle AND TextStyleType
2012-11-01 01:07:38 +01:00
Maurizio Gavioli
301f4117d3
Allows different styles for lyrics, without forcing built-in LYRICS1 or LYRICS2.
...
This is mostly useful for applying custom styles to special lyric syllables.
2012-11-01 01:07:37 +01:00
Maurizio Gavioli
abb5386154
Removed superfluous check
2012-11-01 00:40:48 +01:00
Maurizio Gavioli
0b6e7ccafb
Adds a couple of checks that _imageStore is valid before accessing it.
2012-11-01 00:38:48 +01:00
Leon Vinken
c3c08a13a7
fix remaining MusicXML testcases
2012-10-31 22:00:16 +01:00
Leon Vinken
203a983870
fix MusicXML export of pedal marks
2012-10-31 20:58:03 +01:00
Werner Schweer
4afe07da6c
moved property Placement to Element; change musicxml import/export to use Placement property
2012-10-31 14:21:13 +01:00
Werner Schweer
003b85970c
fix dynamic regression test
2012-10-31 12:07:42 +01:00
Werner Schweer
092afa14ad
add regression tests for Dynamic
2012-10-31 11:48:12 +01:00
Werner Schweer
2cbb3a93ff
add Placement property to more elements
2012-10-31 11:48:12 +01:00
Werner Schweer
d24d83a531
add new property Placement to TempoText
2012-10-31 11:48:12 +01:00
Werner Schweer
daf68e3d9b
update compat regression test
2012-10-31 11:48:12 +01:00
lasconic
9fe7d28907
remove special characters from filename when saving for the first time
2012-10-31 00:38:49 +01:00
Werner Schweer
792e398069
fix StaffType change regression
2012-10-29 17:48:09 +01:00
Werner Schweer
5188d70828
Merge pull request #115 from lvinken/mtest-musicxml-updates
...
set correct preferences for import/export of breaks
2012-10-29 09:20:37 -07:00
Werner Schweer
995ae53d36
use QList<StaffType**> in Score to avoid some copying
2012-10-29 17:14:05 +01:00
Werner Schweer
c8d1dfb5f7
move stafftype editor to style menu
2012-10-29 17:14:05 +01:00
Werner Schweer
1419485795
add style element trillY, pedalY
2012-10-29 17:14:05 +01:00
Werner Schweer
2412a8dc82
remove yoffset from Spanner
2012-10-29 17:14:05 +01:00
Werner Schweer
a37701c629
change volta text style to use baseline alignment
2012-10-29 17:14:05 +01:00