Commit graph

117 commits

Author SHA1 Message Date
Maurizio M. Gavioli
3254eb3009 Fix the crash when (copying/cutting and) pasting a single lyrics to a single note. 2013-10-05 17:04:41 +02:00
Maurizio M. Gavioli
3ed3546e76 Rename Tablature class to StringData
Refactoring the following names:

Classes:
Tablature => StringData

Member variables and methods:
Instrument::tablature() => stringData()
Instrument::setTablature() => setStringdata()
InstrumentTemplate::tablature => stringData
InstrumentData::_tablature => _stringData
InstrumentData::tablature() => stringData()
InstrumentData::setTablature() => setStringData()

There is no change in logic or program behaviour, only renaming.
2013-09-15 18:43:48 +02:00
ws
517627a21f update clef implementation 2013-09-05 16:38:04 +02:00
Maurizio M. Gavioli
3fa534df78 Fix 22168 - Augmentation dots in TAB with stem through staves are misplaced.
Fixed by assigning a default distance fret_no - dot and dot - dot in Note::layout2().
2013-08-31 20:22:09 +02:00
ws
6559fe0a82 add play property for note; fix slur editing 2013-08-23 13:55:54 +02:00
ws
9dba0be445 updates&fixes for tie editing 2013-08-22 12:18:37 +02:00
ws
d5964f81dd allow ties to connect to note in same or different voice 2013-08-21 12:00:12 +02:00
Leon Vinken
f7a9423c1b Initial implementation bagpipe palette 2013-08-04 11:12:09 +02:00
Leon Vinken
9a1d84c4c3 Framework for bagpipe palette 2013-08-04 11:12:09 +02:00
ws
58c07cc8e3 fix #21835 2013-07-16 09:03:47 +02:00
ws
d022d963cf fix problem with note head direction 2013-07-15 14:36:51 +02:00
ws
4d5e886b60 fix #12970 2013-07-15 08:15:20 +02:00
ws
ee4b4ea554 regression: fix note line 2013-07-04 13:40:25 +02:00
lasconic
393693430e fix #21730 + add compat test for accidentals 2013-07-02 09:41:04 +02:00
ws
ad980e003e merge with master 2013-06-19 16:45:21 +02:00
lasconic
7c7ca30504 fix #11915: 1.X score with E#'s displaying as F#'s 2013-06-19 15:28:07 +02:00
wschweer
705307a034 updates 2013-06-16 23:33:37 +02:00
wschweer
ab6120f85e refactoring grace notes 2013-06-12 14:23:57 +02:00
ws
a7904c31f5 refactoring spanner, part I 2013-06-10 11:03:34 +02:00
lasconic
885072baf5 fix #21447: Second note in enharmonic tie incorrectly placed 2013-06-05 21:12:55 +02:00
ws
81bcff9947 fixes for clefs+parts 2013-06-05 15:47:34 +02:00
lasconic
f90c63c75f fix #21410: Notehead brackets collide with fret number 2013-06-03 14:53:50 +02:00
ws
ff9fa3b2e5 small optimizations 2013-05-29 11:50:25 +02:00
ws
c4072fce7c fix #21221 2013-05-28 15:42:16 +02:00
ws
89c6e52fa5 fix #21235 add bracket symbol to notehead master palette 2013-05-27 11:28:20 +02:00
ws
b61faafe88 fix grace note stem layout 2013-05-23 16:58:22 +02:00
ws
5e2fa8db79 fixes for stem layout 2013-05-23 12:33:42 +02:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
ws
85220b5137 extend tie functionality 2013-05-12 13:02:16 +02:00
ws
1edcf4dc81 merge 2013-05-12 12:51:42 +02:00
lasconic
4ae9e05129 fix #20832: Crash after adding accidental 2013-04-27 12:37:55 +02:00
lasconic
14fbeb30d3 fix text style index/type association when creating new text 2013-04-11 13:30:34 +02:00
ws
667cd5c6dd cleanups 2013-03-25 16:27:20 +01:00
Maurizio M. Gavioli
ae15495734 TAB: fix cases of wrong positions of augm. dots with "Stems through staves" option 2013-03-23 11:36:04 +01:00
lasconic
6e51fdaa85 do not allow drum note dragging 2013-03-22 18:30:05 +01:00
Werner Schweer
d38ebcf5e0 Merge pull request #246 from heuchi/18105_keep_courtesy_accidentals
Fix #18105: keep courtesy accidentals
2013-03-14 08:12:34 -07:00
Maurizio M. Gavioli
8cd6c69b42 Fix 20405: in TAB's, small notes collide with staff lines. 2013-03-11 13:30:43 +01:00
Maurizio M. Gavioli
3cc4255a7b TAB: make "Stem through staves" option more similar to regular pitch layout. 2013-03-11 10:00:00 +01:00
Joern Eichler
5d34c4430b Note::updateAccidental() uses clone() to preserve accidental properties 2013-03-10 16:48:08 +01:00
Joern Eichler
21182a3b07 Note::updateAccidental() no longer removes ACC_USER accidentals 2013-03-10 14:10:09 +01:00
ws
b7b1545ce1 fix changing note head color 2013-03-07 21:00:22 +01:00
ws
1d49724386 note inspector update 2013-03-07 13:31:14 +01:00
ws
317e39ad28 replace all subtype()/setSubtype() Element methods 2013-03-05 20:24:16 +01:00
lasconic
004eb2065a fix bad alignment of small notehead in tablature 2013-03-04 22:20:15 +01:00
Dag Henning Liodden Sørbø
47be9541a5 fix #19129 : Small note in chord is detached from stem 2013-03-04 21:49:49 +01:00
ws
990704873b updates for Glissando 2013-02-28 15:06:54 +01:00
Werner Schweer
cc27372172 Merge pull request #214 from softins/7510-key-based-enharmonics
Key-based cursor note movement and pitch2tpc()
2013-02-25 01:26:58 -08:00
ws
679c2b0f60 sequencer update 2013-02-20 17:53:45 +01:00
ws
ef5235b00b fixes & cleanups for mscore states 2013-02-15 22:39:56 +01:00
Tony Mountifield
0ec7460293 Use KEY_C instead of 0 when calling pitch2tpc() 2013-02-12 11:39:35 +00:00