Commit graph

362 commits

Author SHA1 Message Date
Matt McClinch
03c96ca735 fix #283701: User Text Styles settings are lost after saving 2019-02-07 16:49:15 -05:00
anatoly-os
f1550ca574
Merge pull request #4591 from MarcSabatella/left-fingering
fingering layout
2019-01-29 09:47:37 +02:00
anatoly-os
c9fcdc73bb
Merge pull request #4587 from jthistle/281805-user-text-style-compat
fix #281805: add compatibility for more user styles than possible
2019-01-28 12:05:10 +02:00
MarcSabatella
8942ed8a7b fix #280807: improve fingering layout (for piano & guitar) 2019-01-27 08:44:42 -07:00
Matt McClinch
6f76cf1a97 fix #280613: Color not available as a text style setting 2019-01-24 14:24:28 -05:00
James Thistlewood
567e29d3e3 fix #281805: add compatibility for more user styles than possible 2019-01-16 07:46:55 +00:00
anatoly-os
96dfd55c80
Merge pull request #4528 from mattmcclinch/280523-spatium-dependent
fix #280523: Switch size changes with staff space settings does not affect styles individually
2019-01-14 13:59:03 +02:00
MarcSabatella
b534248c85 fix #279033: expression text placement wrong, not saved 2019-01-08 14:30:43 -07:00
Matt McClinch
32a0d0223d fix #280523: Switch size changes with staff space settings does not affect styles individually 2019-01-02 23:39:24 -05:00
anatoly-os
76ed92ca16
Merge pull request #4401 from MarcSabatella/279952-lh-fingering
fix #279952: wrong text style defaults for lh guitar fingering
2018-12-20 11:40:02 +02:00
ws
487db7fe46 fix #164786 crescendo/diminuendo lines take vertical height from hairpin settings rather than dynamics text setting
The fix introduces new style values for crescendo/diminuendo lines. This moves them to the same position as dynamics.
Also fixed is a another bug: when you switch between above/below the proper offsets were not shown in
the inspector. Another bug was not initializing  styled properties right after reading a score.
2018-12-19 17:53:38 +01:00
anatoly-os
316566fa85
Merge pull request #4093 from mattmcclinch/276461-user-text-styles
fix #276461: Custom text styles in previous versions of MS changed to User-1, User-2 etc.
2018-12-17 20:22:27 +02:00
MarcSabatella
db9f403a4b fix #279952: wrong text style defaults for lh guitar fingering 2018-12-14 16:11:42 -07:00
Joachim Schmitz
88d37365a6 fix compiler warnings, seen in MinGW and MSVC 2018-12-12 14:03:43 +01:00
Matt McClinch
bfbae7f6aa fix #276461: Custom text styles in previous versions of MS changed to User-1, User-2 etc. 2018-12-08 11:55:16 -05:00
Joachim Schmitz
c7aafd6bc3 fix #279544: dynamics above's y-offset match harpins above y-offset so they align 2018-12-07 11:55:00 +01:00
MarcSabatella
548febab90 fix #279303: chord symbol style defaults 2018-12-03 14:02:40 -07:00
ws
f32ed063a3 add separate style options for chord symbol styles a/b offset 2018-11-30 18:34:02 +01:00
ws
ca4c4df1d0 fix #277705 Chord symbols: "Default vertical position" has been lost.
This commit adds another style value for the position of Chord Symbols below a staff.
2018-11-30 12:04:19 +01:00
anatoly-os
3c0d92fd3a fix macos bild 2018-11-28 12:03:19 +02:00
Dmitri Ovodok
8a93b0c6f2 Add a compatibility function to read obsolete text style properties 2018-11-27 17:59:11 +02:00
ws
ffdab67a9d fix handling of custom formatted text and values in inspector:
- replace properties "BOLD ITALIC UNDERLINE" by one property FONT_STYLE
- if text is custom fomatted (has size/fontface changes, contains parts in bold/italic etc.
  then the appropriate property values are set to "unstyled". This enables the reset button
  in the inspector.
- pressing reset for some text properties strips changes of this property in the text
  Example: text contains a part in italic: pressing reset removes the italic formatting
- the "remove custom formatting" button is only enabled if there is some custom formatting
2018-11-26 21:17:19 +01:00
anatoly-os
f7005de53b
Merge pull request #4206 from dmitrio95/277995-tempo-position
fix #277995: use tempoPosAbove/Below instead of tempoOffset in styles
2018-11-26 16:12:21 +02:00
Dmitri Ovodok
5c9f185b8a fix #277995: use tempoPosAbove/Below instead of tempoOffset in styles 2018-11-26 13:48:43 +02:00
anatoly-os
df240a92af
Merge pull request #4125 from Jojo-Schmitz/style
Barline styles
2018-11-26 00:13:36 +02:00
Joachim Schmitz
df4aa9b612 more pre-translation text fixes
removing some, correcting others, capitalization, pluralization,
commenting to aid translators, ec.
2018-11-24 22:28:34 +01:00
MarcSabatella
e43b41453e fix #278023: add missing text styles 2018-11-23 16:03:10 -07:00
Joachim Schmitz
613e2cb9e5 Some pre-translation text fixes
also take care of removing (or rather: not keeping) obsolete strings
and do not translate the debugger strings at all
2018-11-16 15:31:18 +01:00
ws
dbd2934ac2 add more style values 2018-11-16 11:19:08 +01:00
Joachim Schmitz
524d30e2e0 fix #278219: MuseJazz: Double barline distance is much too small
this is a Bug in MuseScore in the interpretation of barlineSeparation.
If we look in the SMuFL spec we see:

"barlineSeparation": The default distance between multiple barlines when
locked together, e.g. between two thin barlines making a double barline,
or a thin and a thick barline making a final barline, measured from the
right-hand edge of the left barline to the left-hand edge of the right
barline.

MuseScore takes the distance as distance between the center of these.
This means we have to add one thinBarlineThickness to
this distance to get it right.

and related to fix #277991: adjust barline style defaults to those of
Emmentaler and its metadata.json, so changing a way from and back to
Emmentaler doesn't change the barline styles
2018-11-15 21:28:14 +01:00
anatoly-os
cc973e13ec
Merge pull request #3997 from jthistle/276587-style-lost-for-default-alignment-of-text
fix #276587: Style lost for default alignment of text
2018-10-29 17:45:19 +02:00
James Thistlewood
ec173caac4 fix #276587: style lost for alignment of text 2018-10-29 14:37:03 +00:00
ws
bbd922091e add new cmd: format->Reset Format 2018-10-29 11:03:23 +01:00
ws
b30fa4a919 add more style values 2018-10-26 16:21:43 +02:00
anatoly-os
0a9ee4bf0c
Merge pull request #4064 from Jojo-Schmitz/macro
remove unneeded macro
2018-10-26 14:44:12 +02:00
ws
c312c1b131 fix issues with instrument name alignment 2018-10-26 13:43:08 +02:00
Joachim Schmitz
dcce4fc083 remove unneeded macro
not needed anymore after abc08ac
2018-10-26 13:23:10 +02:00
ws
abc08ac1f1 fix millimeter offset handling for subtext etc. 2018-10-26 12:28:11 +02:00
ws
417d89e07d fix layout regressions for Jump and Marker 2018-10-25 18:32:23 +02:00
ws
1ec9ad48cf fix offset in inspector for articulations 2018-10-24 11:24:44 +02:00
ws
8a42030a4c fix measure number layout 2018-10-24 10:40:19 +02:00
ws
916c402540 fix regression: rehearsal mark default position 2018-10-22 09:37:19 +02:00
ws
d77183b3bb refactoring of Element::userOff and TextBase::offset 2018-10-18 11:56:23 +02:00
anatoly-os
59594beec6
Merge pull request #3985 from jthistle/276423-custom-alignment-of-textline-lost
fix #276423: custom alignment of textline lost
2018-10-11 21:35:36 -07:00
ws
feb8c8cfe8 fix default vertical position and text offset of chord symbols 2018-09-26 10:10:54 +02:00
James Thistlewood
8a247995b8 fix #276423: custom alignment of textline lost 2018-09-22 17:05:41 +01:00
ws
5f927683ad fixes for InstrumentChange, add inspector page for InstrumentChange 2018-09-21 13:45:22 +02:00
ws
b555f05334 change default vertical position of dynamics 2018-09-17 14:25:15 +02:00
James Thistlewood
9694cd9b01 Fix #275356: tremolo bar displays incorrectly 2018-08-18 10:04:28 +01:00
ws
a88acced6d add text offset property to several element types in inspector 2018-08-08 10:38:24 +02:00