Commit graph

401 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
Werner Schweer
1d02427ec7 Merge pull request #1388 from MarcSabatella/fingering-improvements
Fingering improvements
2014-11-01 13:40:30 +01:00
Nicolas Froment
7c2e632189 Merge pull request #1395 from Jojo-Schmitz/style-for-partname
fix #36971: avoid collision of partname and lyricist
2014-10-30 23:00:39 +00:00
ws
3dcb737479 remove lyrics verse number textstyle 2014-10-22 17:33:59 +02:00
Joachim Schmitz
0552a670ae fix #36971: avoid collision of partname and lyricist 2014-10-22 13:40:30 +02:00
Marc Sabatella
4189822f54 add new fingering styles 2014-10-17 11:47:57 -06:00
Joachim Schmitz
e4ec8beb95 adjust default style for lyrics verse numbers
to match the default style of lyrics odd/even lines
2014-10-05 12:30:49 +02:00
Maurizio M. Gavioli
05b52e2681 Adds to the Articulation class 4 symbols for lute tablature fingerings.
The Articulation class has been chosen because these symbols behave much like other articulations. The class already contains a number of symbols which are not really neither articulations or ornaments.

The new symbols have been grouped together with the somehow related cello thumb position symbol, at the end of the ArticulationType enum and set to `ArticulationShowIn::TABLATURE` only.

A specific case for them has been added in the `Chord::layoutArticulation()` method, as they do not follow the rules of other articulations.
2014-09-08 19:03:20 +02:00
Marc Sabatella
86447e2919 alignment of tempo text & rehearsal marks 2014-08-21 10:48:58 -06:00
John Pirie
ae18483310 Updates to tremolo bar support, merge fixes 2014-08-15 16:22:34 +01:00
shredpub
b9379bda35 Implementation of text swing (step1)
added swing tab

swing settings tab in staff text properties

Implemented step 2 of swing implementation using staff texts

Added call for updateSwing in stafftextproperties

Initial page for dialog changed

System flag enabled for swing parameters

saving and loading with text specified swing implemented

removed extra print statement

fixed formatting

Added groupbox to make the default behavior to no change in swing

fixed indentation in stafftextproperties

fixing conflicts in staff.h

Removed writing of setSwing to file

Removed SwingParameter member from staff and fixed layout of swing tab in dialog

fixed the issue with disabled controls

Added tests for staff text implementation of swing playback

cleaned up the code

Swing playback using staff texts implemented, facilitating local control over swing parameters and tests for the same added

Cleaned up code

Cleaned up code further

Swing Playback using staff texts implemented

Cleaned up code further

Cleaning up code further

Using MScore::division in place of 480 as ticks

Modified test files according to new usage of MScore::division

Removed unwanted printf statements

Using strings to write to xml rather than doubles for swingUnit

Replaced 240 and 120 in terms of MScore::division in stafftext:write

Using TDuration to write to xml

Replaced string literals by TDuration for style parameters

Replaced "off" with "" in style.cpp

Set defaults for unit and ratio in constructors

Removed usage of two structs for SwingParameters

Changed order of assignments in setSwingParameters

Swing playback using staff-texts implemented and tests added
2014-08-14 16:51:31 +05:30
lasconic
bc329eca33 adjust some style parameters. See #25247 2014-08-14 11:40:27 +02:00
Joachim Schmitz
7d82d307c2 better context for translators 2014-08-12 16:25:12 +02:00
Joachim Schmitz
7d2ea761bb fix #29341: next step, translate text style names 2014-08-12 16:25:08 +02:00
Marc Sabatella
02c5181987 fix #22572: clean up repeat text styles 2014-08-07 00:59:16 -06:00
Marc Sabatella
0164e65bb0 update lyrics style settings (position/margins) 2014-08-04 12:28:03 -06:00
lasconic
69923ea633 Set font size of text line style smaller 2014-07-28 16:36:46 +02:00
Marc Sabatella
51e878b892 partial fix for #25247: default height of hairpin 2014-07-26 11:54:55 -06:00
lasconic
8f0d2b8c65 compile with Qt5.1, fix default style for text font 2014-07-26 13:39:00 +02:00
ws
b75ef23fdd change dynamics again to use <sym>; <sym> now uses the score text font 2014-07-26 11:55:45 +02:00
ws
531b0c1fc0 add style option for MusicalTexFont 2014-07-26 11:55:45 +02:00
ws
1715913571 honor current score font for dynamics 2014-07-23 17:10:15 +02:00
ws
f114bccc28 use bravura-text for dynamics 2014-07-23 12:36:12 +02:00
Joachim Schmitz
16e2cef027 turn enum TextStyleType into enum class
not sure why I did shy away from it earlier, guess it was the shere
amount of the changes needed. Not sure it is worth the effort...
2014-07-15 14:23:19 +02:00
Nicolas Froment
c63936e73e Merge pull request #988 from jpirie/23058-fade
Fade-in articulation in GP4 and GP5 formats
2014-07-06 10:36:32 +02:00
John Pirie
b62061eec8 Support for the fade articulation in fonts, and import in GP4 and GP5 formats 2014-06-30 08:38:46 +01:00
shredpub
6d4a6e3a57 Swing functionality with UI for controlling swing added
Changed default value of swingRatio and added spacers where necessary

Optimized call to get swing ratio

cleaning up UI

Cleaning up UI further..

Size of spin boxes fixed

Using qreal instead of double

Swing functionality with user controlled swing ratio implemented
2014-06-28 14:37:59 +05:30
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
a8549b5e09 addressing @lasconic's concerns 2014-06-24 14:47:13 +02:00
Joachim Schmitz
25b79d460b convert enum AlignmentFlag into enum class 2014-06-24 14:46:47 +02:00
Joachim Schmitz
e5f9542fd3 convert enum Hidden into global enum class
after having seen how it is done in e1b1246
2014-06-24 14:46:45 +02:00
ws
1f9d7ebf0c change text layout, use boundingRect() instead of tightBoundingRect() 2014-06-24 12:49:03 +02:00
lasconic
2920b2bf97 fix crash when loading 1.3 files with unknown style tags 2014-06-23 22:26:13 +02:00
ws
2c43586a66 fix #23496 2014-06-19 14:13:05 +02:00
ws
f87cb01aa4 updates for page header/footer 2014-06-06 13:05:02 +02:00
lasconic
69060fc3d1 fix default position of some articulations 2014-06-03 20:45:05 +02:00
Nicolas Froment
f7b34054c3 Merge pull request #939 from mgavioli/Phasing_out_PERC2_and_TAB2_clefs
Removing default usages of the PERC2 and TAB2 clefs.
2014-05-30 19:24:47 +02:00
Joachim Schmitz
79474e3fcc convert unnamed enum into enum TextStyleType
more work needed to make it an enum class
2014-05-30 13:37:30 +02:00
Maurizio M. Gavioli
75873c19a3 Removing default usages of the PERC2 and TAB2 clefs.
- PERC2 is no longer supported and always rendered as PERC; using it as default, as in importxml.cpp is obsolete.
- TAB is the default tab clef, and TAB2 only remains as a stylistic variant.
2014-05-29 18:45:32 +02:00
Joachim Schmitz
21f1bb8c21 convert enum KeySigNatural into enum class 2014-05-27 12:17:24 +02:00
Joachim Schmitz
38f8ca1bf2 convert enum OffsetType into enum class 2014-05-27 08:28:53 +02:00
Joachim Schmitz
780f48c9a2 convert enum ArticulationType into enum class 2014-05-26 21:55:26 +02:00
Joachim Schmitz
0b43247956 convert enum StyleIdx into enum class 2014-05-26 15:31:36 +02:00
Joachim Schmitz
5f8a2692f9 convert enum StyleValueType into an enum class 2014-05-26 14:13:24 +02:00
Joachim Schmitz
52c2d73acb make enum Hidden an unsigned char
converting it into an enum clasee woule require more work, as it seems
to be used as flags
2014-05-26 13:44:09 +02:00
Joachim Schmitz
10caf54517 convert enum ArticulationAnchor to enum class 2014-05-23 10:34:50 +02:00
ws
76eb9ebfb0 use char for some enums 2014-05-07 18:09:01 +02:00
lasconic
69f76e548e proper initialisation of ST_hideInstrumentNameIfOneInstrument 2014-04-29 14:48:05 +02:00
Nicolas Froment
c60e648179 Merge pull request #870 from MarcSabatella/25278-chord-symbol-spacing
fix #25278: allow chord symbols to overlap barline
2014-04-29 14:36:40 +02:00
Marc Sabatella
71101937b1 fix default & add test 2014-04-28 16:06:29 -06:00
Marc Sabatella
d5a2141a3f add style parameter to control space to barline 2014-04-28 16:06:28 -06:00
Bartlomiej Lewandowski
20f0fc07e9 fix #23052 hide instrument name style option 2014-04-28 18:28:21 +02:00
lasconic
170d710cb7 fix default frame width and margin in text style/properties, rework text properties dialog 2014-04-25 11:50:31 +02:00
lasconic
d438623638 fix vertical alignment of fermatas, change alignment of articulations in mscore font, make snap pizz alignment work, fix bbox of articulations 2014-03-29 20:09:00 +01:00
lasconic
61b3d851e5 increase size of TextLine style to 20 to accomodate symbols size in SMuFL 2014-03-20 16:30:03 +01:00
ws
a357ccb720 move instrument name in parts to left-bottom of title frame 2014-03-20 10:06:14 +01:00
ws
f367f8a6c0 fix #24877 2014-03-15 12:15:49 +01:00
ws
0ea43f6898 implement restyling of text 2014-03-14 16:16:54 +01:00
ws
080cddb2e0 remove unstyled text 2014-03-14 11:36:16 +01:00
Joachim Schmitz
3adc1ea6ed fix #14764
convert qDebug();abort() to qFatal() and if(cond) abort() to
Q_ASSERT(!cond), esp. for the benefit of Windows, where it is impossible
to set a breakpoint on the abort()
Also modernizing mscoreMessageHandler() and making it more informative
by adding file, line and function to the output.
2014-03-04 13:06:23 +01:00
Marc Sabatella
66202ca9c6 rework algorithm to parameterize minTieLength 2014-03-03 10:15:56 -07:00
lasconic
9a054060eb fix default layout of chordnames and fretboard 2014-02-27 20:05:52 +01:00
ws
867c1ecb4e adjust Lyricist&Composer vertical alignment 2014-02-27 17:00:23 +01:00
ws
9077500b27 remove % offset from text style; adapt text alignment properties 2014-02-27 15:24:57 +01:00
Nicolas Froment
ca2f3d0ba6 Merge pull request #684 from Jojo-Schmitz/fretboard
Fretboard Diagrams: adding/fixing style settings
2014-02-24 11:22:54 +01:00
ws
78475df5e0 fixes for symbols in text 2014-02-24 09:27:02 +01:00
ws
9873f1e617 Merge branch 'master' of github.com:musescore/MuseScore into text 2014-02-12 12:51:15 +01:00
lasconic
f7e185ed8f fix #24655: ledger lines too thin 2014-02-12 10:58:32 +01:00
ws
d796ea407d rework text implementation 2014-02-11 14:27:44 +01:00
Joachim Schmitz
b6ebfa7bf8 fix chord symbol to fretboard diagram distance 2014-02-09 19:52:46 +01:00
Joachim Schmitz
fb71901caa making fretboard distcance to staff consistent
with other similar settings by using negative values if above staff
2014-02-09 19:26:25 +01:00
Joachim Schmitz
65a2fefe12 fix #24494: distance staff to fretboard diagram 2014-02-03 12:24:44 +01:00
Joachim Schmitz
db0a2cb6b7 fix #24349: fret offset text left/right, as style 2014-02-03 09:17:39 +01:00
Joachim Schmitz
8018564b6b fix #24349: fret offset text size as style 2014-02-03 09:15:27 +01:00
ws
1327f2244f replace FreeSerifMscore by plain FreeSerif font 2014-01-22 16:19:54 +01:00
ws
ae77018cec handle style change for Marker 2014-01-16 12:33:23 +01:00
Maurizio M. Gavioli
2d76253fca Default style, base style, saving and reading score file styles.
Background: the MScore objects has two reference styles:
- _baseStyle, which is inited to the built-in default style (common to all MuseScore copies)
- _defaultStyle which is inited to the user-defined default style
They are equal in a default installation but become different as soon as the user chooses a custom default style in the Preferences.

Issues:
- score style are saved as delta from the user-default style for texts and for articulations and as delta from the built-in default for the rest
- when the score is read back from file, it is inited to the user-default style and styles are read as a delta from it.

This makes:
- different parts of the saved style inconsistent among themselves
- styles saved in the score non-portable across different MuseScore copies (with potentially different user-default styles)

Fix:
- all style parts are saved as delta from the built-in default (to be portable)
- score is inited to built-in default style before being read from file.

Note: it is expected that users with custom default styles notice style differences when reading scores saved with previous 2.0 commits, as they were saved as delta from their respective user default styles.
2013-12-26 01:33:19 +01:00
Tony Mountifield
d316a4d9c8 Add rendering of capo chords, and capo setting.
For now, the capo position is a ChordName style setting. In the
future, it can be enhanced to allow capo position to be changed
within a score, using something like TempoMap or TimeSigMap.
If capo position is non-zero, the chord to be played with capo
applied is shown in brackets after the standard chord.

Signed-off-by: lasconic <lasconic@gmail.com>
2013-12-10 16:20:06 +01:00
lasconic
3dfacd1e07 fix style names 2013-11-13 18:46:49 +01:00
ws
1314382d8d smufl integration: mtest, articulation... 2013-11-12 15:15:48 +01:00
ws
517627a21f update clef implementation 2013-09-05 16:38:04 +02:00
lasconic
e8504a000b fix #9009, more styles for tuplets 2013-09-02 19:07:39 +02:00
ws
4c2e2e971b more fixes for line editing 2013-08-30 12:46:34 +02:00
lasconic
6c1ab345dd fix #22451: MuseScore should make it impossible to load styles made in previous version 2013-08-29 20:20:39 +02:00
lasconic
b0f01b42ec add style parameter to scale articulations up and down 2013-08-24 19:43:02 +02:00
ws
4768eee40e add noSlope beam style/property 2013-08-13 19:10:22 +02:00
ws
b8e4f5c8f0 change default style for dynamics to horizontal center 2013-08-12 14:58:13 +02:00
ws
41b0fcfe72 add accents to dynamics palette 2013-08-12 14:58:13 +02:00
ws
feff123ba1 more styling for ottava 2013-08-12 10:38:06 +02:00
ws
edc8008961 updates for style 2013-08-09 11:42:45 +02:00
ws
c4b43b8ba5 extend styles and inspector; add new bagpipe palette to master palette 2013-08-08 11:38:50 +02:00
lasconic
189704b02b bump end barline width to 0.5sp. See #22050 2013-08-06 14:44:22 +02:00
ws
55b3286d49 fix #20624 2013-07-31 16:36:37 +02:00
ws
dd3eb6a0b9 remove unused beam style properties 2013-07-31 16:36:36 +02:00
lasconic
ea4a8398ed remove slur box style 2013-07-31 12:02:12 +02:00
Maurizio M. Gavioli
7f50187592 Almost...
A few items in the styleTypes2[] array remained out of sync...
2013-07-26 01:31:11 +02:00
ws
5f4fcee2f0 reorganize style data handling 2013-07-23 16:43:56 +02:00
ws
f21a599ee6 new style parameter multiMeasureRestMargin; fix #2834 2013-07-17 12:18:10 +02:00
ws
d0b29ababa add new style parameter 'barAccidentatalDistance' 2013-07-15 11:57:07 +02:00
Marc Sabatella
9479346468 fix #21704: imported chords do not render
Recent changes to default style chordlist handling resulted in imported
scores never loading a chord list at all, causing them to render
incorrectly (no root or bass).  This is a proposed fix for that specific
issue that also addresses other potential problems in chordlist handling
(honoring the distinction between a truly empty chordlist and one that
merely contains no chord id's but does contain sym & token definitions).
2013-06-30 15:34:41 -06:00
Marc Sabatella
64fe44d254 cleanup & fix compat test 2013-06-28 17:35:40 -06:00
Marc Sabatella
a90d21f8c7 fix #11115: support solfeggio note names
Actual support was added in previous commits; this is really just
cleanup and renaming the option from "Italian" to "Solfeggio".
2013-06-28 17:35:37 -06:00
Marc Sabatella
30d7afb2ed fix #7282 - support additional root/bass styles
German, Italian, lower case minor
2013-06-28 17:35:33 -06:00
lasconic
8e756eb99c fix import of default chordnames style in MuseScore 1.3 files 2013-06-26 17:19:51 +02:00
ws
2faaa67803 change ChordList* in StyleData to ChordList 2013-06-24 11:03:48 +02:00
ws
c086620594 Merge branch 'master' of github.com:musescore/MuseScore 2013-06-24 10:27:25 +02:00
ws
714bc5358e remove deferred loading of chords.xml 2013-06-24 10:26:58 +02:00
lasconic
737b6dc34c add style param for dot size 2013-06-22 18:54:44 +02:00
Marc Sabatella
8037ebf103 improve handling of embedded chord lists
don't write on change from Standard to Jazz; write customized chords
even if generated; write other id-less chords
2013-06-11 12:26:16 -06:00
Marc Sabatella
582ae9804d fix tests & handling of 1.X scores
also includes a do-over of the general style dialog changes, being more
careful not to accidentally alter other parts of file
2013-06-10 15:36:35 -06:00
Marc Sabatella
d347d1f2f0 fixes 2013-06-09 23:03:57 -06:00
Marc Sabatella
fd69242a5c initial commit 2013-06-09 16:27:28 -06:00
Nicolas Froment
d612c62463 Merge pull request #363 from MarcSabatella/12179-handle-unrecognized-chords
12179 handle unrecognized chords
2013-05-21 08:17:46 -07:00
Maurizio M. Gavioli
c8516412cc Adds a score style for selecting the position of naturals in key signatures:
- NONE (except when changing to CMaj/Amin)
- BEFORE accidentals
- AFTER accidentals (but always before if sharps <=> flats)

Default is NONE.

When reading old scores (<= 1.14), a BEFORE setting (as in 1.3) is provided.
2013-05-18 10:38:12 +02:00
Marc Sabatella
9870cd2772 fixes, and change NULL to nullptr for now 2013-05-17 12:32:17 -06:00
Marc Sabatella
0c2926c68e add hidden style option to suppress loading of chords.xml 2013-05-15 15:30:05 -06:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
Maurizio Gavioli
d556b5a131 Align to latest commits 2013-05-12 13:00:07 +02:00
ws
1edcf4dc81 merge 2013-05-12 12:51:42 +02:00
ws
1ec148995a new grouping implementation, dialog for changing grouping for a timesig 2013-04-29 15:47:22 +02:00
Werner Schweer
244d9d765b Merge pull request #262 from softins/chord-symbol-layout
Chord symbol layout
2013-04-08 02:12:42 -07:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
Tony Mountifield
60a3c46b45 Allow harmony to span multiple segments.
Also add a style setting for minimum chordname spacing.
2013-03-14 16:18:09 +00:00
Maurizio M. Gavioli
3a6910a409 Allows to hide some styles in:
*) the Text Style editor left-side list
*) in style drop lists / combo boxes as the EditTools widget or the "Text Properties" dlg box

Currently,
*) DEFAULT style is hidden everywhere
*) FIGUREDBASS and CHORDNAME styles are hidden in the Text Style editor
2013-02-25 00:18:14 +01:00
ws
d87eb40de3 cleanup for dynamics; move glyphs for dynamics to FreeSerifMscore, adapt styles 2013-02-13 09:54:26 +01:00
ws
48b17c47ae remove mscore1 font; change dynamics editing 2013-02-11 20:53:51 +01:00
Maurizio M. Gavioli
74868e2c00 Figured Bass: add top/bottom alignment parameter to General Style 2013-02-10 19:29:26 +01:00
ws
a14b2e694e more regressions fixes for xml reader 2013-01-23 14:14:09 +01:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
ws
35650ee862 fix whole note layout + ledger lines 2013-01-02 18:24:02 +01:00
Werner Schweer
49801cce4a fix harmony layout 2012-12-18 15:23:21 +01:00
Werner Schweer
8fc30fc420 compilation fixes for omr; update harmony an fret layout 2012-12-16 17:38:48 +01:00
Werner Schweer
8d10e07027 enhance single note tremolo layout 2012-11-14 12:25:00 +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
Werner Schweer
2381bf1122 create lyrics as styled text; relayout after lyrics edit 2012-10-25 14:50:17 +02:00
Werner Schweer
c66e9a4c18 fix title style 2012-10-22 09:51:14 +02:00
Werner Schweer
70f69ec946 fix text baseline alignment; change style for lyricist & composer 2012-10-21 11:25:58 +02:00
Werner Schweer
2b84f708e3 tune bracket style 2012-10-17 18:53:26 +02:00
Werner Schweer
ea094830f4 change barnumber style: move up two spaces 2012-10-17 10:40:03 +02:00
Werner Schweer
3a7e261efd system brackets update 2012-10-17 10:40:03 +02:00
Maurizio Gavioli
c998a21290 Changes default lyrics style (odd and even) from top to base line alignment.
Also increases default lyric upper margin from 2 to 3.5
2012-10-05 10:52:15 +02:00
Werner Schweer
2baa6615ef update for simpletext; enhanced text compatibility with 1.2 2012-10-04 17:07:38 +02:00
Werner Schweer
c0faed41ac fix spanner editing 2012-09-11 21:11:43 +02:00
Werner Schweer
4b9012603a change text frame width and margins from mm units to space units 2012-09-10 11:55:24 +02:00
Werner Schweer
686d0d271c fix script bindings for some enums 2012-08-04 15:46:43 +02:00
Werner Schweer
83a707cf23 Merge branch 'master' of github.com:musescore/MuseScore 2012-07-24 09:52:46 +02:00
Werner Schweer
88e6e99aa9 allow unstyled dynamics 2012-07-22 17:11:36 +02:00
Maurizio Gavioli
4de3388cec Improve synch of Figured Bass style and text style 2012-07-21 18:10:31 +02:00
Werner Schweer
f6947290d4 add alpha channel to color selector; add background color to textframe 2012-07-20 21:46:31 +02:00
Werner Schweer
fa35cd9430 expose more classes to scripting 2012-07-06 14:21:05 +02:00
Werner Schweer
1f9ccfcdce add libmscore
git-subtree-dir: libmscore
git-subtree-mainline: 412ca45401
git-subtree-split: 6047361bd0
2012-05-26 14:54:47 +02:00