Commit graph

12743 commits

Author SHA1 Message Date
Nicolas Froment
3a46aa994c
Merge pull request #3494 from mattmcclinch/269508-figured-bass
fix #269508: The figured bass crashes if first the selected measure...
2018-02-26 11:39:02 +01:00
Matt McClinch
735a3d25ea fix #269774: Cannot use the mouse to enter notes on a staff with invisible lines 2018-02-26 11:25:17 +01:00
Nicolas Froment
ccdcd074df
Merge pull request #3495 from lvinken/musicxml-fixes
Musicxml fixes
2018-02-26 09:05:46 +01:00
Leon Vinken
f41976550a fix spurious warnings on MusicXML import 2018-02-26 08:10:22 +01:00
Leon Vinken
03f1388627 fix #268009 - Crash on MusicXML Import caused by duplicate clef definition ... 2018-02-25 20:35:31 +01:00
Matt McClinch
372093aca8 fix #269508: The figured bass crashes if first the selected measure is empty 2018-02-24 13:33:00 -05:00
Nicolas Froment
eb79e1d97a
Merge pull request #3486 from anatoly-os/FixAppVeyorCompilationWarnings
Fixed AppVeyor's warnings
2018-02-23 14:27:24 +01:00
Nicolas Froment
bfdbc103bd
Merge pull request #3484 from Jojo-Schmitz/stretch
Change "Measure Width" to "Layout stretch"
2018-02-23 11:46:55 +01:00
ws
83450394cf fix collisions in vtest slurs-6 2018-02-22 15:56:34 +01:00
Anatoly-os
847bfaac35 Fixed AppVeyor's warnings
Initialized variables
Removed unused variables
Replaced char* local variable with std::string
Fixed unused variable check and adjusted Q_ASSERT usage
2018-02-22 14:31:39 +02:00
Joachim Schmitz
2b5f0ac7f9 Change "Measure Width" to "Layout stretch"
as per https://musescore.org/en/node/269655
2018-02-22 13:25:36 +01:00
lasconic
3517971a21 fix #87066: Incorrect Pitch When Alternate Values Used for 'Scale Tune' 2018-02-21 21:05:34 +01:00
anatoly-os
8915b35db2 Fixed clang warnings:
- removed obsolete Score* _score from XmlReader
- removed not used variables
- added braces for initializer list
- fixed using similar var names in one scope
2018-02-21 19:41:36 +01:00
Nicolas Froment
f995765cbd
Merge pull request #3466 from luzpaz/misc-typos-2
Misc. typos follow up
2018-02-21 19:36:53 +01:00
Nicolas Froment
e2f7758103
Merge pull request #3482 from lasconic/fix-268991-cc-master
fix #268991: Regression: Fluid: Envelopes are not behaving correctly. Workaround: skip mod envelope delay and attack phases if they are each less than 100 samples long
2018-02-21 16:51:43 +01:00
lasconic
ebd3eaee88 fix #268991: Regression: Fluid: Envelopes are not behaving correctly. Workaround: skip mod envelope delay and attack phases if they are each less than 100 samples long 2018-02-21 12:18:27 +01:00
ws
d3d2bf682b fixes for slur creation and slur editing 2018-02-20 15:43:28 +01:00
ws
105d38e391 add slur visual tests 2018-02-20 09:14:15 +01:00
ws
f09f554044 fix breath mark vertical position 2018-02-20 09:14:15 +01:00
luz.paz
dab3b5f056 Misc. typos follow up
Follow up to previous typo commit a8ac55c180
2018-02-19 19:30:12 -05:00
Nicolas Froment
4d96886230
Merge pull request #3468 from mattmcclinch/269280-play-accidental
fix #269280: Playback when adding an accidental
2018-02-19 16:58:18 +01:00
Nicolas Froment
2b136f98aa
Merge pull request #3474 from liamrosenfeld/patch-3
A Few Readme Tweaks
2018-02-19 16:40:21 +01:00
Nicolas Froment
1dd25f5004
Merge pull request #3479 from Jojo-Schmitz/instruments
fix marcato articulation in instruments.xml
2018-02-19 16:18:38 +01:00
Nicolas Froment
00142847a5
Merge pull request #3477 from Jojo-Schmitz/warnings-xml
fix compiler warnings introduced in d0c5ef5 and 0a395cf
2018-02-19 16:17:28 +01:00
Joachim Schmitz
9878926e83 fix marcato articulation in instruments.xml
see https://musescore.org/en/node/269574
2018-02-19 14:52:53 +01:00
Joachim Schmitz
eb836b5068 fix compiler warnings introduced in d0c5ef5 and 0a395cf
last part only needed for 2.2, but shouldn't harm in master, we're using
double braces on other places too when initializing a std::array
2018-02-19 14:36:47 +01:00
ws
c3b37f1435 fix 2.x import of stafftext position 2018-02-19 10:03:00 +01:00
Liam Rosenfeld
19f91ed92f A Few README Tweaks 2018-02-17 12:57:49 -05:00
lasconic
0fb7fe71ea fix #246176: Hide Fret conflicts in TAB staff when show unprintable is off 2018-02-16 13:38:47 +01:00
Nicolas Froment
98b651472c
Merge pull request #3406 from lyrischesich/267721-span-preset-change-multi-selection
fix #267721, fix #268624: barline inspector - change span presets and reset span values on multiselection
2018-02-16 11:29:47 +01:00
Nicolas Froment
5ad359fba0
Merge pull request #3471 from Soerboe/partstyle.to.new.preference.model
Use new preference model for part style
2018-02-16 10:01:30 +01:00
Johan Temmerman
e274a4167a fix #269378 Double Coda leads to not detecting 'final' playthrough after 2nd jump rewind logic 2018-02-16 09:26:44 +01:00
Nicolas Froment
52d15fd621
Merge pull request #3473 from jeetee/269498_fix_baritone_spelling_in_instrumentMapping_gp6
fix #269498 typo in instrumentMapping GP6 import of baritone
2018-02-16 09:05:12 +01:00
Johan Temmerman
d5d7ac854d fix #269498 typo in instrumentMapping GP6 import of baritone 2018-02-16 03:00:41 +01:00
Dag Henning Liodden Sørbø
b1cb83acab Use new preference model for part style 2018-02-16 00:05:38 +01:00
Matt McClinch
a31d290013 fix #269280: Playback when adding an accidental
Make playback work when adding an accidental from the palette
2018-02-15 12:11:48 -05:00
Werner Schweer
5b6e61d6a7
Merge pull request #3464 from anatoly-os/269383_notFlippingNoteheadsStems
fix #269383: flip doesn't work for selected noteheads and stems
2018-02-15 12:35:57 +01:00
ws
87eadbb9f4 fix #262405 alignment of lyrics line segments 2018-02-15 12:10:15 +01:00
anatoly-os
926a36eabc fix #269383: flip doesn't work for selected noteheads and stems
Fixed 'else' after notes/stems/hooks section: we need to process element after reassigning actual element from note to beam. Collect all the elements need to be flipped and perform flipping only if element has not been processed.
2018-02-15 12:22:43 +02:00
Nicolas Froment
ad89d0c5ac
Merge pull request #3459 from mattmcclinch/269280-play-accidental
fix #269280: Playback when adding an accidental
2018-02-15 11:03:53 +01:00
Nicolas Froment
14bcb08166
Merge pull request #3465 from lvinken/mxml-refactoring-squashed
refactor MusicXMLParserPass[12]::note(), MusicXMLParserPass2::notatio…
2018-02-15 09:48:17 +01:00
Leon Vinken
d0c5ef59c2 refactor MusicXMLParserPass[12]::note(), MusicXMLParserPass2::notations() and ExportMusicXml::chord() 2018-02-14 19:24:07 +01:00
Nicolas Froment
a8ac55c180
Merge pull request #3462 from luzpaz/misc-typos
Misc. typos
2018-02-14 17:52:21 +01:00
Matt McClinch
d6bdc192fb fix #269280: Playback when adding an accidental 2018-02-14 11:07:13 -05:00
Nicolas Froment
4b4be43d2b
Merge pull request #3460 from Jojo-Schmitz/6-str.-Bass
Add 6-str. Electric Bass and 5-str. Electric Bass (High C) plus Tablature
2018-02-14 15:35:52 +01:00
Joachim Schmitz
7efc1e1ed9 Fix shortnames of Alto and Tenor Mandola
as this came up as issues on Transifex
2018-02-14 13:05:38 +01:00
lasconic
54ef6c0177 fix #209326: Don't auto-correct rhythms in normal note input mode 2018-02-13 19:03:02 +01:00
luz.paz
443be63167 Misc. typos
Found via `codespell -i 3 -w --skip="./thirdparty,./share/locale,./fonts" -I ../musescore-whitelist.txt`
Whitelist:
```
clas
nd
ot
pres
strack
tage
te
```
2018-02-13 12:06:05 -05:00
Joachim Schmitz
6e81f4c044 Add 6-str. Electric Bass and 5-str. Electric Bass (High C/Tenor)
plus Tablature. And also Baritone Guitar. See
https://musescore.org/en/node/269344
2018-02-13 16:23:37 +01:00
ws
f924a38b7b fix #269370 crash dropping element while in edit mode 2018-02-13 09:39:52 +01:00