lasconic
44dbd59d96
fix #136326 : Add Expression text command. Remove technique text style
2016-10-08 19:06:54 +02:00
Werner Schweer
1dcaa1b6ab
fix #136261 , fix #136266
2016-10-08 17:47:52 +02:00
lasconic
54fbb4eb74
fix #135791 : Dynamics text style should be italic. More compatibility of text styles and markers
2016-10-07 22:45:12 +02:00
lasconic
6d9fe79cc0
fix #135731 : square rehearsal mark by default. Fix #89231 : Box around rehearsal marks too square for narrow letters
2016-10-07 17:12:09 +02:00
lasconic
9f071d41dd
proper compatibility for text style changes in 3.0
2016-10-07 16:32:53 +02:00
Werner Schweer
2b255202d9
change implementation of articulations
2016-10-06 12:21:39 +02:00
Werner Schweer
1a0951a166
fix #116401 Regression: Jazz style chord symbols don't work
2016-09-28 10:01:20 +02:00
Werner Schweer
eefcc94e1f
more TremoloBar properties
2016-09-20 17:13:54 +02:00
lasconic
1bd9e454a3
more compatibility tests for 1.3
2016-09-20 11:56:12 +02:00
werner
e3e2682004
fix #122551 Text line: inability to delete or change the 'Begin' text
2016-08-30 14:03:26 +02:00
werner
653fc53a4e
style option for lyrics verse number alignment
2016-08-26 13:42:59 +02:00
werner
2582577f0f
fix for style compatibility
2016-08-26 13:10:07 +02:00
werner
49ceda6bfb
update lyrics properties
2016-08-26 12:43:43 +02:00
werner
6a610d2543
impl. square rehearsal marks
2016-08-25 15:08:52 +02:00
werner
ec88d06f7a
new style parameter for autoplace vertical alignment range
2016-08-22 12:08:21 +02:00
werner
06bd541fb4
add style parameter for autoplace lyrics
2016-08-18 10:22:07 +02:00
Joachim Schmitz
ab9ffd633c
fix #88171 : Lyrics dash max distance as a parameter
...
Turns the previously hard-coded max. distance between multiple dashes
into a user configurable score style.
__References__:
- Issue: https://musescore.org/en/node/88171
- Original request with discussion and screen-shots:
https://musescore.org/en/node/87841
Shamelessly stolen from PR #2294 , which needed a non-trivial rebase
2016-08-15 14:32:33 +02:00
Joachim Schmitz
dc0ff841b1
fix #120896 : Marcato symbol should default to above staff
2016-08-09 16:38:47 +02:00
werner
19cabce46f
fix #118341
2016-08-04 17:36:39 +02:00
werner
d4cc062763
updates for hairpins, dynamics
2016-08-02 17:06:35 +02:00
werner
b38ac07170
updates for hairpins & dynamics
2016-07-25 12:29:34 +02:00
werner
dc4d3ec4f8
the connection between style and property now depends on element type
2016-07-09 17:07:12 +02:00
werner
40a6150874
fix #117086 Add tuplet style options to match existing inspector parameters
2016-07-08 16:48:23 +02:00
lasconic
9995103119
fix #112816 : Changing scale in Page Settings doesn't change barline, stems etc...
2016-05-26 11:32:03 +02:00
ws
bd17c1b08b
fix #109016 : part extraction and ambitus
2016-05-25 12:10:52 +02:00
Nicolas Froment
ba9ab8df9a
Merge pull request #2582 from ZackTheCardshark/100396-noteheads-terminology
...
Fix #100396 : change "note heads" to "noteheads"
2016-05-06 16:25:02 +02:00
ws
1d1b5a4378
fix #109776 : add timesigBarlineDistance style value
2016-05-04 10:27:40 +02:00
ZackTheCardshark
cdc82364e4
Fix #100396 : change "note heads" to "noteheads"
...
See http://music.stackexchange.com/questions/42722/notehead-or-note-head
(also correct "fo" to "for" in comment)
2016-05-02 21:22:29 -04:00
ws
c1195e87fd
system header layout test (vtest layout-6) + fixes
2016-04-20 18:56:08 +02:00
ws
d42f0e1cfb
fix #106136 : not enough space between clefs and notes
2016-04-19 15:18:28 +02:00
ws
84cf28089b
fix some regressions, mtest
2016-04-13 11:38:08 +02:00
ws
b4833945c2
add style 'key signature to barline distance
2016-04-13 11:38:08 +02:00
ws
9db0540ad2
fix Spatium/QVariant conversions
2016-04-13 11:35:22 +02:00
ws
2f4f4a5c2d
editstyle cleanup
2016-04-13 11:35:22 +02:00
ws
bbd802f8ae
framework for partial relayout
2016-04-13 11:35:21 +02:00
ws
987c142012
adjust some layout distances
2016-04-13 11:20:05 +02:00
ws
9ec1d02471
code cleanups & speed optimizations
2016-04-13 11:18:14 +02:00
ws
9f933d8503
Layout reorganization
2016-04-13 11:05:04 +02:00
ws
d8e4373435
make DPI=72 constant
2015-11-16 14:24:47 +01:00
Maurizio M. Gavioli
8c017d8536
Lyrics: Better dash control
...
This patch gives better control on lyrics dash management and it is intended to supersede https://github.com/musescore/MuseScore/pull/2213 which did not suit the taste of several forum users; for a discussion, see https://musescore.org/en/node/76021 .
Adds 3 new score style parameters:
- `lyricsDashMinLength` to control the minimum dash length (default: 0.4sp)
- `lyricsDashMaxLength` to control the maximum dash length (default: 0.8sp)
- `lyricsDashForce`: if set to __true__, a dash is always generated between two syllables of a word and, if there is not enough space for the min dash length, more space is added between the syllables to accommodate it; if set to __false__, no extra space is added and the two syllables are joined together (default: true)
The effect of the last parameter is exemplified by the following screen-shots:
Current situation (before this patch); if there is no room for the min dash length, the dash is skipped and some blank is left between syllables:
Patch with `lyricsDashForce = true`; chords are further spaced and a min-length dash is inserted:
Patch with `lyricsDashForce = false`: the second syllable is moved (slightly) to the left to reclaim the blank:
2015-10-03 23:55:33 +02:00
Marc Sabatella
40e73ade70
add text style type, Inspector settings
2015-08-26 14:20:46 -06:00
Marc Sabatella
7ac83bf5fe
fix #22626 : automatic system dividers
2015-08-15 11:30:58 -06:00
lasconic
fd19b1d7a0
be more tolerant for unknown style tags
2015-07-06 11:17:21 +02:00
lasconic
52e944bddc
fix #63781 : Style to control tuplet bracket thickness
2015-07-06 10:58:05 +02:00
pgkos
f231485736
Implement valid two-note tremolo layout
2015-06-26 18:13:24 +02:00
lasconic
c59d8bcde0
fix #53406 : Technique text style should be spatium dependent
2015-03-31 17:09:38 +02:00
Marc Sabatella
777f30c038
fix #40566 : add text style for pedal, baseline alignment
2015-02-21 14:52:56 -07:00
lasconic
aeb0d525a5
remove style option for fix width measure and fix number of measure per system
2015-02-19 15:42:24 +01:00
ws
fc9b1ab1e9
update mtest; fix regression for style values
2015-02-16 16:39:13 +01:00
ws
a0a53a6677
fix #25966 Create time signature for all systems does not work
2015-02-16 15:16:23 +01:00