Commit graph

258 commits

Author SHA1 Message Date
lasconic
0b17c4909a change soundfont name, adjust license, set default soundfont name right 2014-08-14 09:58:38 +02:00
lasconic
e176e255a2 disable Aeolus by default, keep it for reference only 2014-08-12 22:34:44 +02:00
ws
3ddcfc16d4 replaced sf by attenuated mono version of fluid 2014-08-12 15:00:10 +02:00
lasconic
de3316dad7 update instrument translations 2014-08-11 11:03:45 +02:00
Joachim Schmitz
5d66242e76 fix shortname for Lute, add '-'
and fix some upper- vs. lowercase issues
2014-08-11 10:46:45 +02:00
lasconic
a3b24dd972 update german translation of instrument names 2014-08-10 02:58:09 +02:00
Joachim Schmitz
f3b9efd7ba remove instruments1.xml
it doesn't seem to serve any useful purpose
2014-08-09 17:16:13 +02:00
Joachim Schmitz
cafbf5e724 remove instruments_de.xml
not needed anymore, as it is translated competly on Transifex
2014-08-09 17:15:39 +02:00
lasconic
76fd1f6ab8 change instruments.ts generation to use a dedicated pro file 2014-08-07 11:39:57 +02:00
lasconic
272a667ec1 add ability to translate instruments.xml 2014-08-07 10:28:13 +02:00
lasconic
0c9029e364 update locale README 2014-08-06 08:35:33 +02:00
Thomas Bonte
2de85af160 Update README.md 2014-08-06 08:24:47 +02:00
Thomas Bonte
a6c8767fc1 Update README.md 2014-08-06 08:23:27 +02:00
lasconic
aec127c436 fix #27306: provide licence for Fluid sf3 file 2014-07-26 10:35:29 +02:00
Jarrad Whitaker
851867b2c4 fix indenting 2014-07-21 20:49:32 +10:00
Jarrad Whitaker
f480a6f25a change build process to install generated plugin documentation with cmake
Squashed commit of the following:

commit bb5a149044f3a0e4aa18258859dc9d1332d253d7
Merge: f2d264e c52d265
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:30:12 2014 +1000

    Merge branch 'cmakePluginDoc' of github.com:akdor1154/MuseScore into cmakePluginDoc

commit f2d264e353b40963098bead30f8fb34b9b152e54
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:22:48 2014 +1000

    revert a packaging change unrelated to this PR

commit 729147e912f9dd65029dec9de11519c71cad6eae
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:18:37 2014 +1000

    modify build process so plugin documentation is installed by cmake

commit e836b35df81e65cf78a87043747571cdd3e97fcc
Author: lasconic <lasconic@gmail.com>
Date:   Sat Jul 19 16:21:14 2014 +0200

    fix #27871 + more cosmetic changes to palettes

commit d881b20e1e97dfaf85ae3175f3556c5dbf6c7fdb
Author: lasconic <lasconic@gmail.com>
Date:   Sat Jul 19 12:29:20 2014 +0200

    set mscVersion to the current version after the first layout of 1.3 scores

commit c52d2652b023b521c1a17889da059c727d4737fb
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 20:18:37 2014 +1000

    modify build process so plugin documentation is installed by cmake

commit 4dd4a0d43cfe9859f79e5a03f3021f96d630a28c
Merge: b4d51ee 8cc66dd
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 13:48:43 2014 +1000

    Merge branch 'master' of git://github.com/MuseScore/MuseScore

commit b4d51ee2986181a4daad0e7109dfd7ddc68673c8
Author: Jarrad Whitaker <akdor1154@gmail.com>
Date:   Mon Jul 21 13:25:38 2014 +1000

    remove bad debdepends
2014-07-21 20:38:00 +10:00
Michael Cowgill
fbf92e0a46 Fix Balalaika Definition
Some errors crept into the Balalaika definition added yesterday. This is
the fix for them. I have also made a better guess at clef information
although this is still not guaranteed correct
2014-07-16 08:59:15 +01:00
Michael Cowgill
bfe9da5389 Add Balalaika Family to Instrument List
A response to this thread http://musescore.org/en/node/27581 but the
balalaika family was also asked for in 2012:
http://musescore.org/en/node/15908. A little digging this morning
enabled me to find the requisite string data. Not sure I have the clefs
correct though these are pure speculation in the absence of information
from the web
2014-07-15 14:17:01 +01:00
lasconic
4306ec67af add Georgian 2014-07-11 22:34:10 +02:00
Werner Schweer
6520e4b305 Merge pull request #1028 from mgavioli/Fix_27201_Plugin_methods_returning_QObjects
Fix #27201 - PLUGINS: methods returning pntrs to QObject lead to crash.
2014-07-11 17:58:39 +02:00
Maurizio M. Gavioli
d11f1b118b Fixes the following Q_INVOKABLE methods returning a QObject* by turning them into a property:
- Measure:
-- firstSegment
-- lastSegment
- MeasureBase:
-- nextMeasure
-- nextMeasureMM (new)
-- prevMeasure
-- prevMeasureMM (new)
- Score:
-- firstMeasure
-- firstMeasureMM (new)
-- (for firstSegment(), see special cases below)
-- lastMeasure
-- lastMeasureMM (new)
-- lastSegment

- Segment:
-- next (renamed from `next1`)
-- nextInMeasure (renamed from `next`)
-- prev (renamed from `prev1`)
-- prevInMeasure (renamed from prev)

Special cases:

- Cursor: The prototype of the `Q_INVOKABLE Ms::Note* Cursor::addNote(int pitch)` was wrong: corrected in `Q_INVOKABLE void Cursor::addNote(int pitch)`.
- QmlPlugin: `Q_INVOKABLE Score* QmlPlugin::readScore()` and `Q_INVOKABLE Score* QmlPlugin::newScore()` has been kept, as they are intended to be called from QML; code has been added to ensure the C++ ownership of the returned object.
- Score: `Q_INVOKABLE Segment* Score::firstSegment(Segment::Type segType)` is kept (as it needs a parameters), but code is added to ensure C++ ownership of the returned Segment*.
- Segment: `Ms::Element* Segment::element(int track)` has been made NOT Q_INVOKABLE; a variant `Q_INVOKABLE Ms::Element* elementAt(int track)` has been added specifically for QML with code to ensure the C++ ownership of the returned Element* (this was the cause for the crash of the Walk plug-in).
- FiguredBass: `Q_INVOKABLE Ms::FiguredBassItem* FiguredBass::addItem()` has been removed; plugin interface for FiguredBass needs to be redesigned anyway.

The few occurrences in the supplied plug-ins of the methods whose names did change have been updated.
2014-07-06 01:56:30 +02:00
Michael Cowgill
6bfd9f10a8 New GM Pipe Organ Instrument
A response to this post on the forum: http://musescore.org/en/node/27106
a simple GM Pipe organ has been added to
instruments.xml and the old Pipe Organ which controlled Aeolus has been
renamed to Aeolus Organ. This is part of the preparations required for
the removal of Aeolus should we fail to resolve issues with Fons
Adrianssen.
2014-07-02 11:25:01 +01:00
Marc Sabatella
8afca1722c fix #26746: german chord mode compatibility with 1.3 2014-06-24 19:06:36 -06:00
Nicolas Froment
46663469a4 Merge pull request #966 from Jojo-Schmitz/valencian
fix #26046: add Valencian
2014-06-17 14:55:44 +02:00
Werner Schweer
1e99e9f74e Merge pull request #953 from mgavioli/5-str_electr_bass_and_5-line_tab_presets
Add built-in def. for 5-string electr. bass and 5-line tab presets
2014-06-16 09:15:16 +02:00
Joachim Schmitz
d0289296ea fix #26046: add Valenican
Todo: On the update translation server
•Modify languages.txt
•rm share/locale/details.json
2014-06-10 14:56:12 +02:00
Maurizio M. Gavioli
7b67c0731d Add built-in def. for 5-string electr. bass and 5-line tab presets 2014-06-04 12:17:54 +02:00
Maurizio M. Gavioli
10d1853e00 Fixes to instruments.xml for stringed instruments.
- Banjo: corrected num.of frets and highest string tuning
- Tenor Banjo: added string data
- Soprano guitar, alto guitar, 11-str. alto guitar, 12-string guitar: added string data
- 7-course lute: added string data
- Acoustic bass: added comment about identity wth contrabass
- Violin, viola, cello, contrabass: added string data
- Double bass: init'ed from contrabass
- Violone (G): added string data and corrected ranges
- D Violone: added
2014-06-04 12:01:43 +02:00
lasconic
6bb9b7dd12 drumset should have 5 lines 2014-06-04 10:03:30 +02:00
Maurizio M. Gavioli
b64afbb913 Layout of score for TAB preview made more compact. 2014-06-03 19:42:56 +02:00
Maurizio M. Gavioli
0aa5cd1f8d In instruments.xml, fix percussion instruments to use &lt;stafftype&gt; tag. 2014-05-23 17:08:36 +02:00
Maurizio M. Gavioli
b8ecd49905 Fix #22996 - Wrong clef when selecting standard staff type in instrument wizard.
In the instrument wizard, when a staff is changed to standard type (from a previous different type), the standard clef of the istrument is lost.

Changes:
- Added a member variable to `StaffListItem` storing the default standard clef for the instrument.
- Modified `instruments.xml' to remove &lt;clef&gt; tags from tablature instrument definitions: all these instruments are inited from a standard-staff main entry, recording the default standard clef; this clef is used to init the `StaffListItem::_defaultClef` member variable.

NOTE: Percussion instruments are not covered (an number of percussion instruments seem to have old-style definitions in `instruments.xml`); conversion from percussion to standard staff may yield unexpected results.
2014-05-23 17:08:36 +02:00
Joachim Schmitz
c14b9bed68 removing "Platform" tag from all mscx files
as it is case sensitive and really should be "platform" and as such
would be ignored during tests
2014-05-12 18:54:56 +02:00
Joachim Schmitz
57da473709 fix 25631: add Nynorsk 2014-05-05 10:25:33 +02:00
Joachim Schmitz
5b6d2a5afc fixing an off-by-one error
which for some reason hasn't caused any damage, but should get fixed
anyhow
2014-04-10 16:00:35 +02:00
Joachim Schmitz
8f3699db95 adjust notenames plugin to d280091f22 2014-04-09 14:14:28 +02:00
lasconic
88d6be3666 set staccato to 50 for all instruments, set gatetime for all pianos to 95, flute too as a try 2014-04-05 20:57:18 +02:00
Michael Cowgill
146ee2a62c Fix Issue #25095
Contrabassoon octave problem fixed by changing clef. Reed contrabass
clef also changed
2014-03-22 09:43:57 +00:00
ws
78475df5e0 fixes for symbols in text 2014-02-24 09:27:02 +01:00
Nicolas Froment
8b1af150f1 Merge pull request #683 from MarcSabatella/23011-change-channel
fix #23011: change channel broken
2014-02-20 20:12:57 +01:00
lasconic
8b56364951 fix #24219: add Uzbek (latin) 2014-02-20 11:08:32 +01:00
chenlung
7197d8b3b9 Update instruments.xml
Change lowercase to upper for Mallet Synthesizer.
2014-02-16 15:31:39 +00:00
Marc Sabatella
53b67dee6d fix tests
No longer save explicit "normal" channel name in imported scores.  Also
remove explicit "normal" channel name from Cymbal in instruments.xml.
2014-02-01 16:51:23 -07:00
ws
1327f2244f replace FreeSerifMscore by plain FreeSerif font 2014-01-22 16:19:54 +01:00
Werner Schweer
26777eb632 Merge pull request #632 from Jojo-Schmitz/instr
Make Ukulele Tab consistent with other Tablatures
2014-01-14 01:21:41 -08:00
Joachim Schmitz
74f5e2296d Actually add mscore_uz.ts 2014-01-10 13:04:16 +01:00
Joachim Schmitz
5c2825dba7 no qt_uz.ts available 2014-01-10 12:51:32 +01:00
Joachim Schmitz
98e06bbed0 fix #24219: Add Usbek translation 2014-01-10 12:24:44 +01:00
Joachim Schmitz
39e031506c Make Ukulete Tab consistent with other Tablatures 2014-01-09 11:07:20 +01:00
Maurizio M. Gavioli
4d16f34c68 Fix ukulele instrument data
- Show " (tablature)" for the ukulele tablature variant
- Add tuning data for the baritone ukulele

See http://musescore.org/en/node/24089#comment-92612 for more details.
Source of data: http://en.wikipedia.org/wiki/Ukulele
2013-12-30 23:48:03 +01:00