Commit graph

201 commits

Author SHA1 Message Date
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
ws
898e4a3bc8 fix #45436: Multi-voice grace notes collide with bar line 2015-01-26 10:23:35 +01:00
ws
55d962f008 small updates for style editor 2015-01-22 16:27:16 +01:00
ws
93d828f8eb add style option for barline scaling of small staves 2015-01-22 15:31:32 +01:00
ws
e6b8fb2808 fix #44436: barré on fretboard diagram extends to the far right 2015-01-16 14:51:09 +01:00
lasconic
97050de970 add access to more metadata from plugins, add ability to change page size from plugin 2014-12-28 18:20:12 +01:00
Marc Sabatella
a52827e501 add ability to turn off automatic capitalization of chord symbols 2014-12-17 12:37:06 -07:00
lasconic
43b917f1c0 add save template mode, no UI for the moment, it does't save platform/creation date tags, page size if A4 or letter. 2014-12-17 16:38:49 +01:00
Marc Sabatella
fbdd224791 add chord symbol style options: full german, french, lwoer case bass, all caps note names 2014-12-10 00:12:00 -07:00