Commit graph

96 commits

Author SHA1 Message Date
Werner Schweer
0e4211e2d0 update let ring, palm mute 2017-11-27 16:55:52 +01:00
Werner Schweer
f1b4fb8055 fix a problem with editing time signatures 2017-07-08 11:35:15 +02:00
Werner Schweer
131ffccb4a fix import of barline span 2017-05-29 14:59:26 +02:00
Werner Schweer
ac41fa396e update edit infrastructure 2017-03-31 13:03:30 +02:00
Werner Schweer
90b1991912 replace Q_OBJECT with Q_GADGET for all Element based classes 2017-02-17 15:48:28 +01:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
Werner Schweer
0b1aea952f layout for movements 2017-01-05 11:28:45 +01:00
Joachim Schmitz
ac1a9a62aa Inspector fixes after 22454df, 84faf50, 95ce45a and 35b948a
and fix warning reg. unused parameter
2016-12-30 11:38:19 +01:00
Werner Schweer
95ce45afec add inspector panel for Bracket 2016-12-29 19:46:40 +01:00
Werner Schweer
337e885896 barline changes, part-1 2016-12-28 16:36:59 +01:00
Werner Schweer
6e7e05aaec impl. staff type changes 2016-12-18 14:31:34 +01:00
Werner Schweer
660b393b98 change StaffType interface 2016-12-14 15:44:24 +01:00
Werner Schweer
c5434443c3 remove Excerpt from Staff 2016-12-14 15:40:26 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
Werner Schweer
42b14fa114 fix performance regressions: slow loading files 2016-11-02 08:55:54 +01:00
Werner Schweer
f7d96502c3 update layout, change handling of clefs, system header and trailer 2016-10-25 17:35:55 +02:00
Werner Schweer
79b7746f5b layout updates 2016-10-18 15:41:11 +02:00
Werner Schweer
5a194acf2f add playback control for voices 2016-09-16 12:07:58 +02:00
Nicolas Froment
c282a23b62 Merge pull request #2656 from Rockettwo/excerptsdialog-singleforeveryVoice
New Excerptsdialog with linked voices
2016-09-14 10:38:01 +02:00
Werner Schweer
dae86056a3 preparations for new compatibility implementation 2016-09-13 09:40:54 +02:00
werner
966fe2dad5 fix #106341 Setting grand staff distance and shoft+drag no longer works 2016-08-23 16:39:46 +02:00
Rockettwo
716eb42031 New Excerptsdialog 2016-08-19 13:02:26 +02:00
ws
3f1aa2ed1f misc. updates to layout 2016-04-13 12:05:46 +02:00
ws
bbd802f8ae framework for partial relayout 2016-04-13 11:35:21 +02:00
ws
9ec1d02471 code cleanups & speed optimizations 2016-04-13 11:18:14 +02:00
ws
dfba52ba77 more regression fixes & cleaups 2016-04-13 11:10:18 +02:00
lasconic
58964220cf proper error messages when pasting in local time signature or tremolo 2016-03-14 16:07:01 +04:00
Marc Sabatella
e1192b54bd fix #10217: option to only hide staff if instrument empty 2016-02-19 12:39:37 -07:00
lasconic
bf3ca4d273 Merge branch '2-3-line' of https://github.com/MarcSabatella/MuseScore into MarcSabatella-2-3-line
On branch MarcSabatella-2-3-line
2015-10-28 12:41:40 +01:00
Werner Schweer
e35a2a124d Merge pull request #2150 from MarcSabatella/cutaway
Support temporary & cutaway staves
2015-10-28 12:07:31 +01:00
ws
e342fda2f8 implement vertical page orientation; enable properties for Score 2015-10-01 15:03:32 +02:00
Marc Sabatella
2e7e27b715 support scaled or non-scaled line distances 2015-09-01 13:42:17 -06:00
Marc Sabatella
ccb17c4cc7 add UI (staff properties) 2015-08-04 11:53:54 -06:00
ws
0918b463ea fix #51201 Voltas dont respond to CTRL-R 2015-03-30 10:06:53 +02:00
ws
2dcd7b980f fix regression for score creation from template 2015-03-03 17:32:30 +01:00
ws
12b4b1c097 fix #45581 manual object positioning is incorrect after staff size change 2015-02-20 11:56:13 +01:00
ws
8d0e2241d9 fixes for local time signatures 2015-02-16 12:12:37 +01:00
ws
fb7eac9205 fix #46671 Changing time signature corrupts key signature map 2015-02-14 16:24:52 +01:00
ws
c94d62d5a5 fix #23254 LAyout/undo issues with clef change after repeat barline 2015-02-14 16:24:52 +01:00
ws
265b630abd extend implementation of property system 2015-02-04 22:12:13 +01:00
ws
6c121cb92b implement hideSystemBarLine flag 2015-01-05 17:55:06 +01:00
ws
8ff4a8f95e fix #29931: Custom key signatures do not show 2014-12-08 18:02:29 +01:00
ws
a3a54fb541 fix #39801 2014-11-27 13:04:18 +01:00
ws
570a8094fe fix #29751 2014-08-16 14:40:16 +02:00
ws
1dcdd1037d update instrument handling 2014-08-16 11:21:56 +02:00
ws
c78951ba3c new Feature: free scaling of staff size 2014-08-14 16:53:20 +02:00
Nicolas Froment
6ae4c66d24 Merge pull request #1105 from shredpub/textswing
Swing Playback implementation using staff texts
2014-08-14 16:25:11 +02:00
ws
7dc9aed512 rework initial clef, staff type change
- initial clef is now determined by instrument
- extend instrument to allow different clefs for stave (piano)
- do not write first generated clef
2014-08-14 14:34:45 +02: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
ws
0c44719a58 fix #29241 2014-08-11 15:26:29 +02:00