What is OMNL?
OMNL is a paper description language like html. Because it is a ascii
text file it can be transferred on every other computer plattform. The
files are very small and can be published over the internet.
How does OMNL work?
An OMNL file is made of tags. A typical OMNL tag looks like this:
This means that this omnl file has two pages.
OMNL Files have two parts: The first part defines the document settings
(page borders,
used fonts, time signature settings). the second part is a listing of
the graphical items (chord symbols, grids, beats, free text). Different
document kinds are defined by the omnlWindow tag followed by the window
kind. Currently PaperChord knows two window kinds: PaperChordChartWindow
and PaperChordGridWindow.
5.3 OMNL Reference
The following tags are used for the document preferences:
P=plain, B=bold, I=italic, U=underline, O=outline, S=shadow, C=condensed, e=Extended
Each of the following omnl tags represents a graphic item:
DotKindType Definition: c=circleDot, r=rectDot, x=crossDot, e=emptyDot;
The first Graphic Item of a window has always to start with the following tag
the following two windowTypes are recognized by PaperChord: PaperChordGrid, PaperChordChar
Can I use OMNL?
OMNL is introduced by PaperChord and currently PaperChord is the only application
that can create and use OMNL files.
Every developer is invited to use OMNL and to add new document kinds. You can even
create new tags the only restriction is to let me know it if you are using OMNL so I can
maintain a complete OMNL reference.
Ideas for new OMNL document kinds are easy to find: a guitar tabulature editor or a
classical notation program. OMNL is not restricted to guitarists you can create notation
tools for every Instrument.