MuseScore/bww2mxml
Jonathan Klein 356b124e2b Make XCode generator add headers to project
On Xcode, certain things don't work if the headers
aren't also part of the project, namely .h/.cpp
flipping ("Jump to Next Counterpart" in the navigation
menu) and searching the entire workspace for symbols.

The header files are now collected from the directory
of the target and show up in the XCode project under
"Header files" (per target).

I limited this change to Mac since I cannot test anywhere
else, but it would probably not hurt to do the same thing
on other platforms.

According to forums, the add_executable and add_library
commands of CMake should just silently ignore these files,
but add them to the generated target in the project.
2012-08-13 15:11:00 +02:00
..
test Initial commit 2012-05-26 14:49:10 +02:00
bww2mxml.pro Initial commit 2012-05-26 14:49:10 +02:00
CMakeLists.txt Make XCode generator add headers to project 2012-08-13 15:11:00 +02:00
COPYING Initial commit 2012-05-26 14:49:10 +02:00
lexer.cpp Initial commit 2012-05-26 14:49:10 +02:00
lexer.h Initial commit 2012-05-26 14:49:10 +02:00
main.cpp Initial commit 2012-05-26 14:49:10 +02:00
mxmlwriter.cpp Initial commit 2012-05-26 14:49:10 +02:00
mxmlwriter.h Initial commit 2012-05-26 14:49:10 +02:00
parser.cpp Initial commit 2012-05-26 14:49:10 +02:00
parser.h Initial commit 2012-05-26 14:49:10 +02:00
README Initial commit 2012-05-26 14:49:10 +02:00
symbols.cpp Initial commit 2012-05-26 14:49:10 +02:00
symbols.h Initial commit 2012-05-26 14:49:10 +02:00
writer.cpp Initial commit 2012-05-26 14:49:10 +02:00
writer.h Initial commit 2012-05-26 14:49:10 +02:00

=================================================================
      BWW2MXML
=================================================================

BWW2MXML is a simple, command line only, BWW to MusicXML converter.

BWW is a common format for bagpipe music on the Internet. It is produced
by the commercial program Bagpipe Music Writer.

MusicXML is an open format for musical scores supported by many applications.
See: http://www.musicxml.org/xml.html.

Licence:
      BWW2MXML is part of MuseScore.
      MuseScore is distributed under the GNU General Public License (GPL).
      Please read the file COPYING in this directory for more
      details.

Requirements:
      - qt4 gui lib version (built/tested using qt4.6.x)

        Note that many linux distributions split packages into a user
        and developer package and that you need to install both.

Build (using Qt only, no MuseScore dependencies):
      - qmake
      - make

Usage:
      bww2mxml file.bww file.xml

Status:
      This is a very preliminary version. It basically extracts only the notes
      and the measure structure.
      Supported:
        TuneTempo, title, type, composer, footer, line breaks
        clef, key, time signature, (dotted) notes, ties, triplets,
        (some) strikes, doublings, slurs, throws, birls, grips and taorluaths
      Not supported:
        MIDINoteMappings, FrequencyMappings, InstrumentMappings,
        GracenoteDurations, FontSizes, TuneFormat, parts