Commit graph

8725 commits

Author SHA1 Message Date
lasconic
169e5b6028 fix glissando layout in tab, see vtest tablature-1 2015-03-05 19:43:46 +01:00
lasconic
a67358a481 tools should work on full score if the selection is not range 2015-03-05 19:42:51 +01:00
lasconic
29dd9c8280 fix score browser sizehint 2015-03-05 19:00:18 +01:00
lasconic
3911aaaa7b fix #49751: Crash when removing stave with glissando 2015-03-05 18:57:48 +01:00
ws
d952c4c11a fix #45231 Undo does not restore sound of deleted instrument change, crash on subsequent undo 2015-03-05 16:55:09 +01:00
Nicolas Froment
6edaf83f81 Merge pull request #1830 from ChurchOrganist/SoundFontFixes
Latest fixes to default soundfont
2015-03-05 15:04:17 +01:00
Nicolas Froment
70b40fdb53 Merge pull request #1839 from jpirie/guitar-pro-import
Fix #48051: Fix to capo transposition in Guitar Pro files
2015-03-05 14:52:02 +01:00
lasconic
49e8b4ff9d remove some strings, fix chord name -> chord symbols 2015-03-05 14:40:39 +01:00
lasconic
e1e3321bf7 fix case 2015-03-05 14:05:19 +01:00
lasconic
dfdc958e61 update some vtests 2015-03-05 13:59:43 +01:00
lasconic
4fceac7ba1 explicit shorcut names 2015-03-05 13:51:01 +01:00
Nicolas Froment
5d3b948283 Merge pull request #1838 from Igevorse/bugs
fix #49651: Changes in mixer do not affect instruments
2015-03-05 12:17:44 +01:00
Nicolas Froment
8c06c3ae6c Merge pull request #1821 from mgavioli/Fix_48721_glissando_cloning
Fix #48721 - Glissando cloning
2015-03-05 11:49:36 +01:00
Nicolas Froment
574ae7ad54 Merge pull request #1840 from MarcSabatella/42856-partial-beam-direction
fix #42856: wrong direction of partial beam
2015-03-05 11:42:18 +01:00
Nicolas Froment
a048bb48c2 Merge pull request #1841 from mgavioli/Fix_30631_TAB_tie_layout
Fix #30631 - TAB: tie layout.
2015-03-05 11:26:06 +01:00
Nicolas Froment
d3721423be Merge pull request #1842 from mgavioli/Fix_49656_single_tie_in_chords
Fix # 49656 - Single tie in multi-note chords is always down
2015-03-05 11:21:29 +01:00
lasconic
9f41b92d96 fix #49711, cosmetic change in start center, add a small tutorial in start center 2015-03-05 11:10:45 +01:00
Igevorse
dd0a599ef8 fix #49651: Changes in mixer do not affect instruments with 'Use Jack MIDI' enabled 2015-03-05 12:16:36 +05:00
Maurizio M. Gavioli
2d1bafc508 Fix # 49656 - Single tie in multi-note chords is always down
Original issue: http://musescore.org/en/node/49656
2015-03-05 01:25:52 +01:00
Maurizio M. Gavioli
0e5cd00268 Fix #30631 - TAB: tie layout.
Fixes two aspects of tie layout in TAB described in the issue:

- ties might be too short; fixed by borrowing  into `Chord::layoutTablature()` and adapting the code in `Chord::layoutPitched()`
- ties did not adapt to fret font size and position; fixed by parameterizing `Tie::slurPos()`
2015-03-05 00:24:00 +01:00
Marc Sabatella
3e32c5e2ea fix #42856: wrong direction of partial beam 2015-03-04 14:38:35 -07:00
lasconic
95cc9d8cd2 fix start center webview 2015-03-04 22:06:34 +01:00
John Pirie
309aa63555 Fix #48051: Fix to capo transposition in Guitar Pro files 2015-03-04 19:10:09 +00:00
Maurizio M. Gavioli
65973bb245 Fix #48721 - Glissando cloning
When a glissando is added to a staff which has linked clones (either linked staves or excerpts), the cloned `Glissando` added to the cloned staff is left with the same start and end element of the original `Glissando`.

Added a little of `Spanner` infrastructure to manage note-anchored spanners.
2015-03-04 18:22:50 +01:00
lasconic
64cfc85c31 more fixes for plugin mode. Some cosmetic changes. 2015-03-04 16:44:03 +01:00
ws
ba34515840 fix #49621 Template barline spans not preserved in scores 2015-03-04 16:38:50 +01:00
lasconic
c77b05a4ba fix crash when running plugin on the command line 2015-03-04 15:54:50 +01:00
ws
e775b0025b cleanup for preferences; remove sfzPath 2015-03-04 14:47:54 +01:00
ws
2ab813d69f fix #49486 Shortcuts for Plugins don't work 2015-03-04 14:32:54 +01:00
Nicolas Froment
1e46f451f6 Merge pull request #1837 from Jojo-Schmitz/cmake
fix for cmake 3.1 and newer
2015-03-04 14:28:27 +01:00
ws
caddb4c8a4 update fotomode button when switching scores 2015-03-04 12:59:37 +01:00
lasconic
6ac2d3e60f better translatable string 2015-03-04 12:55:17 +01:00
lasconic
a7326606d6 use Sentence case for error messages 2015-03-04 12:18:09 +01:00
ws
3aa4860af0 add warning dialog if export/saveAs/print into pdf file failed 2015-03-04 12:07:58 +01:00
Nicolas Froment
6dbdd05a25 Merge pull request #1810 from mgavioli/Fix_29986_Ottavas_in_tabs_A
Fix #29986 : Ottavas in TABs - Solution A)
2015-03-04 11:23:09 +01:00
Joachim Schmitz
f4c601b881 fix for cmake 3.1 and newer 2015-03-04 11:17:57 +01:00
Nicolas Froment
5b6119bcd8 Merge pull request #1835 from mgavioli/Fix_49521_Glissando_at_system-initial_grace_note
Fix #49521 - Glissando starting from a system-initial grace note.
2015-03-04 10:31:30 +01:00
Nicolas Froment
e563601c68 Merge pull request #1834 from mgavioli/MTESTS_test_for_glissando_and_grace_notes
MTESTS - Adds a test for glissando and grace notes
2015-03-04 10:31:16 +01:00
Nicolas Froment
74a3eea296 Merge pull request #1836 from MarcSabatella/30631-tab-tie
fix #30631: bad vertical position of short ties on tab staves
2015-03-04 10:30:38 +01:00
ws
3b9a0005ba fix regression from commit 2dcd7b9 2015-03-04 09:40:35 +01:00
Marc Sabatella
5048cbbf38 fix #30631: bad vertical position of short ties on tab staves 2015-03-03 23:07:47 -07:00
lasconic
426d8fdf27 fix #47811: Crash when showing Synthesizer panel in fullscreen 2015-03-03 23:02:44 +01:00
Maurizio M. Gavioli
d4133f98d1 Fix #49521 - Glissando starting from a system-initial grace note. 2015-03-03 22:29:25 +01:00
lasconic
8103b2daec change color of voice button also when pressed 2015-03-03 22:09:31 +01:00
ws
24389e6627 make foreground of voice buttons white if selected in bright theme 2015-03-03 21:07:04 +01:00
lasconic
f59e1af5d7 ability to change notehead and note head type from plugin 2015-03-03 18:59:46 +01:00
ws
41722d0bd8 fix mtest regression 2015-03-03 18:25:16 +01:00
Maurizio M. Gavioli
4ffce0ec91 MTESTS - Adds a test for glissando and grace notes
Tests that a glissando dropped unto a grace note or unto a note followed by a grace note works as intended.

Tests cases involving both before-graces and after-graces.

The tst check that the glissandi are added from/to the right element; visual layout is not involved.
2015-03-03 18:23:34 +01:00
lasconic
63674caa80 rename symbols palette to fretboard diagram in advanced palette 2015-03-03 18:23:17 +01:00
lasconic
dcb974e324 fix #49456, fix #49466 2015-03-03 18:14:11 +01:00