1
2	THIS FORMAT IS NOT USED YET (MAYBE NEVER...)
3
4
5# Sample .gmf file - GramoFile info/description/data file
6# Copyright (C) 1998 J.A. Bezemer
7#
8# Licensed under the terms of the GNU General Public License.
9# ABSOLUTELY NO WARRANTY.
10# See the file `COPYING' in this directory.
11#
12# Lines starting with (whitespace followed by) `#' are comments.
13# `#' in mid-line is part of that line (NO comment).
14# Blank lines are allowed and ignored.
15#
16# Format:
17# Simple option:
18# <Identifier> = <Value>
19# Identifier may contain any character including whitespace (depreciated).
20#  Whitespace between start of line and Identifier and between Identifier
21#  and `='-character is ignored.
22# Value may contain any character. Whitespace between `='-character and
23#  Value and between Value and end-of-line is ignored. One pair of `''
24#  or `"' at beginning and end of Value will be stripped if present
25#  at both ends and both the same character. Note: Value may contain
26#  `#' which is NOT treated as comment.
27#
28# Composite option:
29# <Identifier> = { <Value 1> , <Value 2> , ... , <Value N> }
30# Identifier and Value are treated as described above. The Value-list
31#  may contain line breaks just before, just after or instead of
32#  the `,' . Value-lines may be interleaved with comment-lines, but
33#  `{' must be on the same line as the Identifier.
34
35LongName = Folksongs from Rumania
36Artist = Fieraru & Mihalcea
37Recorded = 23 Jun 98
38Side = 1
39Filters = { }
40
41
42
43