From a333a182c96cbbce856567185dbe0a7e64710694 Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 28 Oct 2007 20:02:22 +0000 Subject: [PATCH] Update online help --- Resources/Help/about.html | 2 ++ Resources/Help/files.html | 55 +++++++++++++++++++++++++++++++++++++++ Resources/Help/index.html | 13 ++++----- 3 files changed, 64 insertions(+), 6 deletions(-) create mode 100644 Resources/Help/files.html diff --git a/Resources/Help/about.html b/Resources/Help/about.html index 036f522..9d8cf46 100644 --- a/Resources/Help/about.html +++ b/Resources/Help/about.html @@ -35,5 +35,7 @@ and others.

For producing MIDI accompaniments, VocalEasel relies on the MMA Musical Midi Accompaniment system written by Robert van der Poel <bob@mellowood.ca>.

+ +

The Band-in-a-Box import code is based on reverse engineering work by Alf Warnock <http://www.alfwarnock.info/alfs> and Alain Brenzikofer <biabconverter@brenzi.ch>

\ No newline at end of file diff --git a/Resources/Help/files.html b/Resources/Help/files.html new file mode 100644 index 0000000..ae1a176 --- /dev/null +++ b/Resources/Help/files.html @@ -0,0 +1,55 @@ + + + +VocalEasel: Opening and Saving Music Files + + +

Opening and Saving Music Files

+ +

In addition to its native file format, which it saves in file bundles with a .vlsong extension, VocalEasel is capable of importing and creating a number of other file formats.

+ +

Importing Music Files

+ +

All available file formats are displayed with the Open... menu item.

+ +

Like much of the functionality of VocalEasel, file importing is fairly new and little tested. To make file reporting more comprehensive and reliable, please report any import problems as bugs.

+ +

MusicXML

+ +

MusicXML <http://musicxml.org> is capable of representing a huge variety of sheet music, and VocalEasel only understands a small subset of this: A single melody, with an optional harmony and lyrics. Examples of this kind of MusicXML can be found at Wikifonia <http://www.wikifonia.org>

+ +

Band-in-a-Box

+ +

VocalEasel should be capable of importing most Band-in-a-Box <http://www.pgmusic.com> files, although not all styles may work correctly at this point. +

+ +

Lilypond

+ +

Lilypond <http://www.lilypond.org> is capable of representing a huge variety of sheet music, and has a rather general purpose input format with procedural elements that is not easy to parse. Therefore, VocalEasel is only capable of importing very simple Lilypond files.

+ +

Export Formats

+ +

To export a VocalEasel song in a different format, use the Save a Copy As... menu item and select the format from the popup menu. File exporting should be fairly reliable already.

+ +

PDF

+ +Saves graphical output in Adobe's <Portable Document Format> + +

MIDI

+ +Saves music in <Musical Instrument Digital Interface> format. + +

MusicXML

+ +Saves file in uncompressed, part-wise MusicXML 1.1 format. + +

Lilypond

+ +Saves output in Lilypond format. + +

Importing VocalEasel Songs From Other Software

+ +If necessary, it is possible to import VocalEasel songs into other programs even without running VocalEasel: The .vlsong bundle contains a file Song which is simply the song in uncompressed, part-wise MusicXML 1.1 format. + + + \ No newline at end of file diff --git a/Resources/Help/index.html b/Resources/Help/index.html index ad345c7..1604034 100644 --- a/Resources/Help/index.html +++ b/Resources/Help/index.html @@ -13,12 +13,13 @@ +
  • About VocalEasel
  • +
  • Opening and saving Music files
  • +
  • Entering Music
  • +
  • Printing Music
  • +
  • Playing Music
  • +
  • Reporting Bugs
  • + \ No newline at end of file