Commit graph

33698 commits

Author SHA1 Message Date
Elnur Ismailzada fbf16ab1e1
Merge pull request #20229 from Eism/string_tunings_flats
fixed #19959: Alternate tuning presets need refining
2023-11-29 13:49:35 +02:00
Eism 981df1f6b1 Added Dropped D preset 2023-11-29 11:15:30 +02:00
Eism 988c0262b4 Added the ability to change sharps to flats 2023-11-29 11:15:30 +02:00
Klaus Rettinghaus d71a252995 remove always true condition 2023-11-29 10:48:06 +02:00
Klaus Rettinghaus ea75535817 add missing cases 2023-11-29 10:48:06 +02:00
Klaus Rettinghaus a269a5ce3d fix more warnings 2023-11-29 10:48:06 +02:00
Klaus Rettinghaus 440b2cbfdb silence compiler warnings 2023-11-29 10:48:06 +02:00
Igor Korsukov 4626df34d4 [engraving] added dump of layout data 2023-11-29 10:40:18 +02:00
DmitryArefiev fe9e9e6131
Merge pull request #20216 from RomanPudashkin/guitar_bends_distortion
guitar_bends_distortion
2023-11-28 18:59:31 +02:00
RomanPudashkin 483969f457
Merge pull request #20161 from mike-spa/tieRefinements
More tie refinements
2023-11-28 10:23:38 +02:00
Casper Jeukendrup 8f9ddd58f7
Merge pull request #20178 from cbjeukendrup/crash_clone_staff_guitar_bend
Fix crash when creating parts when bend is present…
2023-11-27 19:24:37 +01:00
Casper Jeukendrup 3bdc6c634d
Merge pull request #20204 from cbjeukendrup/arpeggio_span_to_rest_crash
Fix crash when opening score where arpeggio spans to a Rest
2023-11-27 19:23:01 +01:00
Roman Pudashkin 548435b3ef fix #19266: parse articulations for tremolo/arpeggio notes 2023-11-27 18:23:33 +02:00
Roman Pudashkin d8e82db670 fix #18654: parse articulations for grace notes 2023-11-27 18:23:33 +02:00
RomanPudashkin 610ee29aa6
Merge pull request #20184 from cbjeukendrup/fix_undo_edit_chord_symbol
Fix undo editing chord symbol text
2023-11-27 16:46:55 +02:00
Roman Pudashkin a4068eb027 fix #20108: take into account already parsed articulations 2023-11-27 13:34:42 +02:00
DmitryArefiev c94aa1bd42
Merge pull request #20212 from RomanPudashkin/tied_notes_playback
tied_notes_playback
2023-11-27 13:17:41 +02:00
Casper Jeukendrup 1376946db9
Merge pull request #20192 from cbjeukendrup/issue_form_add_accessibility_issue_type
Issue form: add accessibility issue type
2023-11-27 11:14:29 +01:00
Elnur Ismailzada 14b7c24268
Merge pull request #20072 from cbjeukendrup/autotriage_iff_open
Don't run auto-triage for closed issues
2023-11-27 10:20:56 +02:00
RomanPudashkin 7d73f8df44
Merge pull request #20193 from cbjeukendrup/command_line_url_assume_local_file
For URLs specified on command line, assume local files by default
2023-11-27 10:20:36 +02:00
Casper Jeukendrup 4f8ed854ae
Merge pull request #20208 from Gootector/patch-1 2023-11-27 08:03:03 +01:00
Grzegorz Pruchniakowski c8f44a8ab8 Fix: ajusted -> adjust
Fix: ajusted -> adjust

Greetings,
Gootector
2023-11-27 03:52:39 +01:00
Casper Jeukendrup 80367f5a42
Fix crash when opening score where arpeggio spans to a Rest
Resolves: https://github.com/musescore/MuseScore/issues/20203

In the score in this issue, there is an Arpeggio with a staff span of 2, which in 4.2 gets converted to a track span of 5. That's fine, but on the staff below the Arpeggio, there is a Rest, so the Arpeggio would end on that Rest. That leads to a crash because of a missing `isChord` check.
2023-11-26 14:51:15 +01:00
Casper Jeukendrup 53f290574a
Merge pull request #20201 from musescore/ci_run_lupdate
Update in-repo translation source files
2023-11-26 13:18:28 +01:00
cbjeukendrup 215388ea70 Run lupdate 2023-11-26 12:03:19 +00:00
Casper Jeukendrup 24eeb2f335
Merge pull request #20188 from rettinghaus/mei/fixtypos
Fix typos in MEI import/export
2023-11-26 00:48:05 +01:00
Casper Jeukendrup d17c861fa8
For URLs specified on command line, assume local files by default
Otherwise, myscore.mscz would be interpreted as `https://myscore.mscz/`.
2023-11-25 23:34:20 +01:00
Casper Jeukendrup f5f0435180
Assign Elnur to Accessibility issues 2023-11-25 23:14:40 +01:00
Casper Jeukendrup bc9219b70f
Add Accessibility issue type to the issue form 2023-11-25 23:14:40 +01:00
Klaus Rettinghaus 10931c0cd8
fix typos 2023-11-25 12:34:55 +01:00
Roman Pudashkin 1247926cae fix #15250: update events for tremolo with two notes 2023-11-25 13:29:54 +02:00
Roman Pudashkin ab9ca675d4 fix #15914: update events for tied notes 2023-11-25 13:29:54 +02:00
Roman Pudashkin 066b86e78d Send changed items through changesChannel()
This way we will know exactly what needs to be updated in PlaybackModel
2023-11-25 13:29:54 +02:00
RomanPudashkin a58a782c98
Merge pull request #20160 from RomanPudashkin/broken_playback_when_using_repeat_selection
broken_playback_when_using_repeat_selection
2023-11-25 07:43:03 +02:00
Casper Jeukendrup f3e86c135c
Fix undo editing chord symbol text
Basically reverts a particular change from c35963f27d, but in a slightly different way, to make clearer why the old way was correct.
2023-11-25 00:54:30 +01:00
Casper Jeukendrup 2ea4345dd5
Merge pull request #20137 from Jojo-Schmitz/same-beat-measure
Same Beat and Measure (Select All Similar Filter)
2023-11-24 23:50:55 +01:00
Casper Jeukendrup 294d70dd24
Merge pull request #20177 from mathesoncalum/20163-bends_style_context-430
Fix #20163: Opening styles from bends context menu resolves to correct page (4.3.0)
2023-11-24 20:47:40 +01:00
Casper Jeukendrup 9a17c0e461
Fix crash when creating parts when bend is present…
…on non-first staff of full score

The `setTrack` calls were crucial to fix the crash; I've added the rest "just to be sure" and "for consistency".
2023-11-24 20:42:55 +01:00
Calum Matheson 7c6156198d
Fix #20163: Style page from bends context menu corrected 2023-11-24 18:25:33 +00:00
Michele Spagnolo 0b2916c767 Several refinements and improvements of ties 2023-11-24 15:55:26 +01:00
Casper Jeukendrup b5296af362
Don't run auto-triage for closed issues 2023-11-24 13:50:34 +01:00
RomanPudashkin 175540079f
Merge pull request #20168 from RomanPudashkin/420_release_preparations
420_release_preparations
2023-11-24 13:25:26 +02:00
Roman Pudashkin 114f8af454 enable nightlies for 4.2.0 2023-11-24 12:49:15 +02:00
Roman Pudashkin 10d87ebfd8 master is now 4.3.0 2023-11-24 12:42:32 +02:00
RomanPudashkin 187676ec23
Merge pull request #20103 from mike-spa/partScoreRefinements2
Parts & score refinements - the sequel
2023-11-24 12:38:14 +02:00
RomanPudashkin 647a6ba919
Merge pull request #20139 from miiizen/17625-fb-parts
Add figured bass to parts & score
2023-11-24 12:37:51 +02:00
RomanPudashkin 4958cae4a8
Merge pull request #20167 from igorkorsukov/engraving/layout_optimisation_2
[engraving] Added micro optimisation
2023-11-24 12:37:04 +02:00
Michele Spagnolo 2f5e5aa978 Allow spannerSegments to be cloned when cloning a spanner
No idea why it was being done only when the old spanner didn't have a start element. Might have been an old hack to fix something else.
2023-11-24 10:33:29 +01:00
Igor Korsukov 609188a6a4 [engraving] added micro optimisation 2023-11-24 11:23:13 +02:00
Jesse Greene 1dcfd5ec93 Fix "Same measure" for text lines 2023-11-23 17:28:15 +01:00