MuseScore/libmscore
Nicolas Froment 673c2dfd0d Merge pull request #722 from Gai-Luron/aperture-grip
Add grip to modify hairpin aperture
2014-03-07 10:47:02 +01:00
..
.gitignore add libmscore 2012-05-26 14:54:47 +02:00
accidental.cpp fix #14764 2014-03-04 13:06:23 +01:00
accidental.h smufl integration, part I 2013-11-12 09:29:12 +01:00
ambitus.cpp hide noteHeads array 2013-11-25 15:42:40 +01:00
ambitus.h merge Ambitus 2013-11-25 15:28:53 +01:00
arpeggio.cpp fix arpeggios for smufl 2013-12-02 14:10:47 +01:00
arpeggio.h implement arpeggios for smufl 2013-11-19 12:12:24 +01:00
articulation.cpp fix typo 2013-12-05 19:02:55 +01:00
articulation.h fix #23366: Top/Bottom vs. Above/Below Staff 2013-12-05 16:22:59 +01:00
audio.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
audio.h add namespace Ms 2013-05-13 19:43:59 +02:00
bagpembell.cpp fix oversized noteheads in bagpipe palette 2013-12-28 21:33:25 +01:00
bagpembell.h fix oversized noteheads in bagpipe palette 2013-12-28 21:33:25 +01:00
barline.cpp fix possible crash for barline and hidden staff 2014-02-28 13:11:00 +01:00
barline.h fix scale of dots in repeat barline for small staves 2013-08-06 14:45:03 +02:00
beam.cpp partially fix #18943, end beam of too long in cross staff beaming 2014-02-24 11:35:54 +01:00
beam.h add noSlope beam style/property 2013-08-13 19:10:22 +02:00
bend.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
bend.h add namespace Ms 2013-05-13 19:43:59 +02:00
box.cpp option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
box.h move anchor while dragging dynamics 2013-10-22 12:05:31 +02:00
bracket.cpp smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
bracket.h add namespace Ms 2013-05-13 19:43:59 +02:00
breath.cpp smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
breath.h smufl integration, part I 2013-11-12 09:29:12 +01:00
bsp.cpp Fix a bug in BSP 2014-01-03 19:24:15 -08:00
bsp.h Make bsp safer to use. 2013-12-30 09:59:44 -08:00
bsymbol.cpp option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
bsymbol.h add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
check.cpp refactoring grace notes 2013-06-12 14:23:57 +02:00
chord.cpp skip if tied notes not adjacent 2014-03-03 10:15:58 -07:00
chord.h add access to grace notes from plugins 2013-09-23 12:40:23 +02:00
chordline.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
chordline.h add namespace Ms 2013-05-13 19:43:59 +02:00
chordlist.cpp fix #23366: more fixes for capitalization 2014-03-04 07:44:56 +01:00
chordlist.h fix #21704: imported chords do not render 2013-06-30 15:34:41 -06:00
chordrest.cpp fix #7805 : copy and paste does not preserve stem direction for beamed notes 2014-03-05 09:56:32 +01:00
chordrest.h change spanner to use closed interval tick-tick2 2013-08-12 10:38:07 +02:00
clef.cpp Fix clef change and courtesy clef display. 2013-12-24 20:17:57 +01:00
clef.h Fix TAB and PERC clefs. 2013-11-15 18:35:04 +01:00
cleflist.cpp update clef implementation 2013-09-05 16:38:04 +02:00
cleflist.h update clef implementation 2013-09-05 16:38:04 +02:00
CMakeLists.txt rework text implementation 2014-02-11 14:27:44 +01:00
cmd.cpp changing all assert() to Q_ASSERT() 2014-03-04 13:32:32 +01:00
cursor.cpp bugfixes for plugins; new test plugin random2 2013-10-06 15:04:23 +02:00
cursor.h improve, fix and extend plugin dosumentation 2014-01-12 12:51:51 +01:00
doc.dox remove deferred loading of chords.xml 2013-06-24 10:26:58 +02:00
drumset.cpp add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
drumset.h add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
dsp.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
dsp.h add namespace Ms 2013-05-13 19:43:59 +02:00
duration.cpp All midi import base on fractions 2013-07-13 14:48:44 +04:00
duration.h fix #22082 2013-07-31 11:06:01 +02:00
durationtype.cpp add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
durationtype.h add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
dynamic.cpp more typos 2014-02-21 10:12:30 +01:00
dynamic.h move anchor while dragging dynamics 2013-10-22 12:05:31 +02:00
edit.cpp adding/removing colons in some dialogs 2014-03-06 18:48:04 +01:00
element.cpp fix #14764 2014-03-04 13:06:23 +01:00
element.h link frames 2014-02-28 14:25:47 +01:00
elementlayout.cpp remove % offset from text style; adapt text alignment properties 2014-02-27 15:24:57 +01:00
elementlayout.h remove % offset from text style; adapt text alignment properties 2014-02-27 15:24:57 +01:00
elementmap.cpp use interval tree for list of spanners 2013-07-05 11:24:14 +02:00
elementmap.h add namespace Ms 2013-05-13 19:43:59 +02:00
excerpt.cpp do not create empty part label 2014-03-03 17:45:43 +01:00
excerpt.h add namespace Ms 2013-05-13 19:43:59 +02:00
fifo.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
fifo.h add namespace Ms 2013-05-13 19:43:59 +02:00
figuredbass.cpp adding/removing colons in some dialogs 2014-03-06 18:48:04 +01:00
figuredbass.h fix #21819: Q_INVOKABLE needs namespace declaration, better fix for #21812 2013-07-13 18:41:16 +02:00
fingering.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
fingering.h add namespace Ms 2013-05-13 19:43:59 +02:00
fraction.cpp fix mac build std::abs --> qAbs 2013-07-13 14:48:25 +02:00
fraction.h All midi import base on fractions 2013-07-13 14:48:44 +04:00
fret.cpp fix default layout of chordnames and fretboard 2014-02-27 20:05:52 +01:00
fret.h Rename Tablature class to StringData 2013-09-15 18:43:48 +02:00
glissando.cpp smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
glissando.h improve, fix and extend plugin dosumentation 2014-01-12 12:51:51 +01:00
groups.cpp beam mode for grace notes 2013-11-25 09:13:28 +01:00
groups.h add more default beaming, fix time signature properties beaming options 2013-08-14 09:47:15 +02:00
hairpin.cpp Add proportional grip aperture positionning whane hairpin is small 2014-03-06 21:10:33 +01:00
hairpin.h Add grip to modify hairpin aperture 2014-02-26 21:29:50 +01:00
harmony.cpp fix #24718 again 2014-03-03 17:04:20 +01:00
harmony.h handle style change for Marker 2014-01-16 12:33:23 +01:00
hook.cpp smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
hook.h fix #21221 2013-05-28 15:42:16 +02:00
icon.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
icon.h add namespace Ms 2013-05-13 19:43:59 +02:00
image.cpp fix image loading 2013-12-10 18:16:39 +01:00
image.h more fixes for null images 2013-08-31 13:42:45 +02:00
imageStore.cpp fix #23366: more fixes for capitalization 2014-03-04 07:44:56 +01:00
imageStore.h add namespace Ms 2013-05-13 19:43:59 +02:00
iname.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
iname.h add namespace Ms 2013-05-13 19:43:59 +02:00
input.cpp fix #23358 2013-10-31 08:12:53 +01:00
input.h fix #23358 2013-10-31 08:12:53 +01:00
instrchange.cpp fix #24657: save correct mixer info for instrument change 2014-02-12 13:59:52 -07:00
instrchange.h fix #24657: save correct mixer info for instrument change 2014-02-12 13:59:52 -07:00
instrtemplate.cpp Finish renaming of Tablature class to StringData 2013-12-05 21:37:28 +01:00
instrtemplate.h Rename Tablature class to StringData 2013-09-15 18:43:48 +02:00
instrument.cpp Merge pull request #683 from MarcSabatella/23011-change-channel 2014-02-20 20:12:57 +01:00
instrument.h update regression tests 2014-02-12 12:51:00 +01:00
instrument_p.h rework text implementation 2014-02-11 14:27:44 +01:00
interval.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
interval.h add namespace Ms 2013-05-13 19:43:59 +02:00
joinMeasure.cpp fix #24350: markings lost after timesig change 2014-01-20 18:49:20 -07:00
jump.cpp When a score is saved and reloaded, jumps loose any custom text style and markers loose any custom text style and text. 2013-08-18 11:15:17 +02:00
jump.h add namespace Ms 2013-05-13 19:43:59 +02:00
key.cpp merge master 2013-07-08 14:44:28 +02:00
key.h fix #21221 2013-05-28 15:42:16 +02:00
keyfinder.cpp fix warnings due to -Wunused-function 2014-01-19 15:41:06 +01:00
keyfinder.h add namespace Ms 2013-05-13 19:43:59 +02:00
keysig.cpp back to # and b for translatable strings in CPP files 2014-02-11 11:09:37 +01:00
keysig.h Only ASCII in .cpp files 2014-02-10 14:30:35 +01:00
lasso.cpp fix inspector for lasso (fotomode) 2013-05-24 18:40:32 +02:00
lasso.h fix inspector for lasso (fotomode) 2013-05-24 18:40:32 +02:00
layout.cpp fix #14764 2014-03-04 13:06:23 +01:00
layout.h add namespace Ms 2013-05-13 19:43:59 +02:00
layoutbreak.cpp expose LineBreakType to plugins 2013-10-05 23:13:33 +02:00
layoutbreak.h expose LineBreakType to plugins 2013-10-05 23:13:33 +02:00
ledgerline.cpp add access to grace notes from plugins 2013-09-23 12:40:23 +02:00
ledgerline.h add namespace Ms 2013-05-13 19:43:59 +02:00
line.cpp Merge pull request #722 from Gai-Luron/aperture-grip 2014-03-07 10:47:02 +01:00
line.h Add grip to modify hairpin aperture 2014-02-26 21:29:50 +01:00
lyrics.cpp fix lyrics editing 2014-02-19 12:18:44 +01:00
lyrics.h fix lyrics editing 2014-02-19 12:18:44 +01:00
marker.cpp replace remaining entity notation by <sym> 2014-02-21 16:37:58 +01:00
marker.h fix typo 2014-01-26 13:45:28 +01:00
mcursor.cpp fix #14764 2014-03-04 13:06:23 +01:00
mcursor.h add namespace Ms 2013-05-13 19:43:59 +02:00
measure.cpp option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
measure.h fix #23380 2014-02-26 19:06:42 +01:00
measurebase.cpp expose LineBreakType to plugins 2013-10-05 23:13:33 +02:00
measurebase.h expose LineBreakType to plugins 2013-10-05 23:13:33 +02:00
mscore.cpp option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
mscore.h option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
mscoreview.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
mscoreview.h synchronize loop marker with pianoroll 2013-10-18 12:21:01 +02:00
navigate.cpp change implementation of multi measure rests 2013-09-19 15:08:54 +02:00
navigate.h refactoring grace notes 2013-06-12 14:23:57 +02:00
noscript.h add compile option for plugin system 2012-07-09 14:16:27 +02:00
note.cpp option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
note.h fix #21861: note dot disappears if unison with two voices and a single dotted voice 2014-02-22 11:19:44 +01:00
notedot.cpp fix #21861: note dot disappears if unison with two voices and a single dotted voice 2014-02-22 11:19:44 +01:00
notedot.h fix #12970 2013-07-15 08:15:20 +02:00
noteevent.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
noteevent.h add namespace Ms 2013-05-13 19:43:59 +02:00
noteline.cpp refactoring spanner, part I 2013-06-10 11:03:34 +02:00
noteline.h refactoring spanner, part I 2013-06-10 11:03:34 +02:00
ossia.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
ossia.h add namespace Ms 2013-05-13 19:43:59 +02:00
ottava.cpp simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
ottava.h simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
page.cpp fix measure search when instrument is hidden 2013-08-29 18:42:01 +02:00
page.h fix #21189: Page Settings -> first Page number is not retained from a 1.x score 2013-05-23 13:59:38 +02:00
part.cpp rework text implementation 2014-02-11 14:27:44 +01:00
part.h fix insert/delete measures for parts 2014-03-03 17:45:43 +01:00
paste.cpp change escape seq. for symbols in text 2014-02-17 10:38:09 +01:00
pedal.cpp simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
pedal.h updates for style 2013-08-09 11:42:45 +02:00
pitch.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
pitch.h add namespace Ms 2013-05-13 19:43:59 +02:00
pitchspelling.cpp fix #14764 2014-03-04 13:06:23 +01:00
pitchspelling.h fix #11115: support solfeggio note names 2013-06-28 17:35:37 -06:00
pitchvalue.h add namespace Ms 2013-05-13 19:43:59 +02:00
pos.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
pos.h add namespace Ms 2013-05-13 19:43:59 +02:00
property.cpp simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
property.h simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
qzip.cpp fix #21838 fix #21910 2013-07-26 15:39:46 +02:00
qzipreader_p.h fix #21838 fix #21910 2013-07-26 15:39:46 +02:00
qzipwriter_p.h fix #21838 fix #21910 2013-07-26 15:39:46 +02:00
range.cpp fix #14764 2014-03-04 13:06:23 +01:00
range.h fix #24350: markings lost after timesig change 2014-01-20 18:49:20 -07:00
read114.cpp simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
README.md add libmscore 2012-05-26 14:54:47 +02:00
rehearsalmark.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
rehearsalmark.h add namespace Ms 2013-05-13 19:43:59 +02:00
rendermidi.cpp handle channel changes too 2014-02-04 09:12:09 -07:00
repeat.cpp fix drawing and layouting of repeat measure sign 2013-09-04 10:49:33 +02:00
repeat.h add namespace Ms 2013-05-13 19:43:59 +02:00
repeatlist.cpp fix #14764 2014-03-04 13:06:23 +01:00
repeatlist.h add namespace Ms 2013-05-13 19:43:59 +02:00
rest.cpp smufl: add multi measure rest test 2013-11-19 19:23:15 +01:00
rest.h smufl integration, part I 2013-11-12 09:29:12 +01:00
revisions.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
revisions.h add namespace Ms 2013-05-13 19:43:59 +02:00
score.cpp changing all assert() to Q_ASSERT() 2014-03-04 13:32:32 +01:00
score.h fix insert/delete measures for parts 2014-03-03 17:45:43 +01:00
scorefile.cpp simplifying translation by joining multi part strings 2014-03-06 18:48:01 +01:00
segment.cpp fix #14764 2014-03-04 13:06:23 +01:00
segment.h Renamed element to "Ambitus" 2013-11-25 12:17:12 +01:00
segmentlist.cpp fix #14764 2014-03-04 13:06:23 +01:00
segmentlist.h add namespace Ms 2013-05-13 19:43:59 +02:00
select.cpp fix #23913: Crash on copy of selected chord symbols 2013-12-26 23:29:50 +01:00
select.h Initial implementation of copying and pasting of staff collateral elements. 2013-10-21 15:57:21 +02:00
sequencer.h add namespace Ms 2013-05-13 19:43:59 +02:00
shadownote.cpp smufl integration: articulation 2 2013-11-12 09:29:13 +01:00
shadownote.h smufl integration, part I 2013-11-12 09:29:12 +01:00
sig.cpp fix #14764 2014-03-04 13:06:23 +01:00
sig.h add namespace Ms 2013-05-13 19:43:59 +02:00
slur.cpp fix #22952: slur to high above staff. Thanks to @MarkRS-UK. 2014-02-27 16:27:41 +01:00
slur.h add play property for note; fix slur editing 2013-08-23 13:55:54 +02:00
spacer.cpp make breaks and spacer bigger 2013-05-15 18:33:39 +02:00
spacer.h add namespace Ms 2013-05-13 19:43:59 +02:00
spanner.cpp change semantic of tick2 for line spanners 2014-03-05 10:27:35 +01:00
spanner.h improve, fix and extend plugin dosumentation 2014-01-12 12:51:51 +01:00
spannermap.cpp fix #21721: Spanners not properly deleted when corresponding anchoring notes are deleted 2013-10-11 21:42:17 +02:00
spannermap.h fix #21964 2013-07-24 14:33:46 +02:00
spatium.h add namespace Ms 2013-05-13 19:43:59 +02:00
splitMeasure.cpp fix #23111 split-measure shifts following spanners 2014-02-14 12:23:07 +01:00
staff.cpp change semantic of tick2 for line spanners 2014-03-05 10:27:35 +01:00
staff.h fix #24041: Pitches incorrect after inserting measures before key signature/clef change 2013-12-28 16:58:06 +01:00
staffstate.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
staffstate.h add namespace Ms 2013-05-13 19:43:59 +02:00
stafftext.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
stafftext.h add namespace Ms 2013-05-13 19:43:59 +02:00
stafftype.cpp fix #23366: more fixes for capitalization 2014-03-04 07:44:56 +01:00
stafftype.h Re-factor presets and staff types. 2013-08-18 11:55:31 +02:00
stem.cpp smufl integration: fix flags 2013-11-12 09:29:13 +01:00
stem.h fix #23000: Undo does not restore former sizing of stem 2013-10-03 16:11:59 +02:00
stemslash.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
stemslash.h fix #21221 2013-05-28 15:42:16 +02:00
stringdata.cpp fix warnings due to -Wunused-function 2014-01-19 15:41:06 +01:00
stringdata.h Finish renaming of Tablature class to StringData 2013-12-05 21:37:28 +01:00
style.cpp fix #14764 2014-03-04 13:06:23 +01:00
style.h rework algorithm to parameterize minTieLength 2014-03-03 10:15:56 -07:00
style_p.h remove % offset from text style; adapt text alignment properties 2014-02-27 15:24:57 +01:00
sym.cpp delay construction of QFont 2014-02-28 12:00:32 +01:00
sym.h delay construction of QFont 2014-02-28 12:00:32 +01:00
symbol.cpp option to disable loading of parts and images 2014-03-04 17:40:23 +01:00
symbol.h add ScoreFont to Symbol class; extend master palette symbols dialog; misc cleanups 2013-11-25 15:02:55 +01:00
synthesizerstate.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
synthesizerstate.h add namespace Ms 2013-05-13 19:43:59 +02:00
system.cpp rework text implementation 2014-02-11 14:27:44 +01:00
system.h more fixes for line editing 2013-08-30 12:46:34 +02:00
tempo.cpp fix #21277 2013-05-31 15:09:34 +02:00
tempo.h add namespace Ms 2013-05-13 19:43:59 +02:00
tempotext.cpp use textAugmentation dot in tempo, make follow text a bit more smart 2014-02-25 09:28:05 +01:00
tempotext.h fixes for symbols in text 2014-02-24 09:27:02 +01:00
text.cpp fix selection of text drawing for text in frames 2014-02-27 16:46:47 +01:00
text.h simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
textframe.cpp rework text implementation 2014-02-11 14:27:44 +01:00
textframe.h add namespace Ms 2013-05-13 19:43:59 +02:00
textline.cpp simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
textline.h simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
tie.cpp skip if tied notes not adjacent 2014-03-03 10:15:58 -07:00
tie.h fix #2316: small ties 2014-03-03 10:15:54 -07:00
tiemap.h add namespace Ms 2013-05-13 19:43:59 +02:00
timesig.cpp fix #24571: Time signature incorrectly positioned in part if spatium changed in score 2014-02-22 10:52:58 +01:00
timesig.h fix #24571: Time signature incorrectly positioned in part if spatium changed in score 2014-02-22 10:52:58 +01:00
transpose.cpp fix #11661: grace notes are not part of selection 2013-08-31 17:45:28 +02:00
tremolo.cpp fixes for stem layout 2013-05-23 12:33:42 +02:00
tremolo.h add namespace Ms 2013-05-13 19:43:59 +02:00
tremolobar.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
tremolobar.h add namespace Ms 2013-05-13 19:43:59 +02:00
trill.cpp fixes for emmentaler-8 vtest 2013-11-22 14:29:24 +01:00
trill.h bravura: fix some trill lines 2013-11-19 17:23:29 +01:00
tuplet.cpp fix #14764 2014-03-04 13:06:23 +01:00
tuplet.h fix #21952: Guitar Pro Mixed tuplets incorrectly imported 2013-08-01 08:16:41 +02:00
tupletmap.h add namespace Ms 2013-05-13 19:43:59 +02:00
undo.cpp fix #14764 2014-03-04 13:06:23 +01:00
undo.h fix insert/delete measures for parts 2014-03-03 17:45:43 +01:00
utils.cpp adding/removing colons in some dialogs 2014-03-06 18:48:04 +01:00
utils.h update clef implementation 2013-09-05 16:38:04 +02:00
velo.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
velo.h add namespace Ms 2013-05-13 19:43:59 +02:00
volta.cpp simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
volta.h more styling for ottava 2013-08-12 10:38:06 +02:00
xml.cpp fix #14764 2014-03-04 13:06:23 +01:00
xml.h fix #23380 2014-02-26 19:06:42 +01:00

libmscore

MuseScore score rendering library