Commit graph

22 commits

Author SHA1 Message Date
Marc Sabatella
07962f4a5a MusicXML export of unrecognized chords
A chord description object is now generated for each (unique) unrecognized
chord, and MusicXML tags are generated during parsing for inclusion in the
chord description.  This allows unrecognized chords to be exported to
MusicXML using the same mechanisms as recognized chords.
2013-06-02 22:52:21 -06:00
Tony Mountifield
688495bc27 Add support for parentheses before/after chords.
This allows a chord or sequence of chords to be indicated as optional
or alternative, and avoids the need to add the parentheses as text
or extra chords.
2013-05-24 22:12:41 +01:00
Nicolas Froment
c5844d14e1 Merge pull request #369 from softins/render-qstring
Add Harmony::render() for a QString
2013-05-21 08:29:40 -07:00
Tony Mountifield
972dc6b7cb Add Harmony::render() for a QString 2013-05-20 23:41:47 +01:00
Marc Sabatella
befaee43e8 fix biab import and test
Scores created via bb import were saving empty <name> tags, which was
not ideal.  They now create valid <name> tags.  Test was not expecting
any <name> tags at all, so it has been updated.
2013-05-18 20:59:21 -06:00
Marc Sabatella
d569d801cc token-based rendering & other improvements 2013-05-15 15:30:02 -06:00
Marc Sabatella
192a36fb86 transpose & render unrecognized chords 2013-05-15 15:30:00 -06:00
ws
9ebabcc2e5 add namespace Ms 2013-05-13 19:43:59 +02:00
Tony Mountifield
fa71326c16 Added Harmony view to the Object Debugger 2013-04-17 10:13:50 +01:00
Werner Schweer
244d9d765b Merge pull request #262 from softins/chord-symbol-layout
Chord symbol layout
2013-04-08 02:12:42 -07:00
Tony Mountifield
8511a883f4 Use a tight bounding box for Harmony layout.
Also normalise chord names to lower case when matching typed input.
2013-04-03 18:16:28 +01:00
ws
220db94494 reorganize synthesizer; add zita1 reverb 2013-04-03 12:50:21 +02:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
Werner Schweer
f9b7c837a2 handle different parent types for Harmony and FretDiagram 2012-12-11 10:00:16 +01:00
Werner Schweer
8883029831 bugfixing fret diagram+harmony 2012-12-10 21:15:28 +01:00
Joachim Schmitz
28487c14dd some improvements to plugin documentation 2012-11-06 10:07:47 +01:00
lasconic
dada4c7e6c some more plugin doc updates 2012-07-14 17:34:39 +02:00
Werner Schweer
b1b6fcf79f plugin manual update 2012-07-12 11:36:01 +02:00
Werner Schweer
8e11e03a53 add manual generator for plugins 2012-07-11 21:29:42 +02:00
Werner Schweer
fa35cd9430 expose more classes to scripting 2012-07-06 14:21:05 +02:00
Werner Schweer
5182c9e085 derive Element from QObject; add Q_OBJECT into every Element class 2012-05-28 11:29:21 +02:00
Werner Schweer
1f9ccfcdce add libmscore
git-subtree-dir: libmscore
git-subtree-mainline: 412ca45401
git-subtree-split: 6047361bd0
2012-05-26 14:54:47 +02:00