Add licensing/documentation information to main.ly entry file.
[opus_libre.git] / main.ly
blobde91ac29ce7f51a412ab424ea75954d2ecd71897
1 %------------------------------------------------------------------%
2 % opus_libre -- main.ly %
3 % %
4 % (c) 2008-2010 Valentin Villenave <valentin@villenave.net> %
5 % %
6 % opus_libre is a free framework for GNU LilyPond: you may %
7 % redistribute it and/or modify it under the terms of the GNU %
8 % General Public License, version 3 or later: gnu.org/licenses %
9 % %
10 % Full licensing information and documentation are to be found %
11 % in the share/doc subdirectory. %
12 % %
13 %------------------------------------------------------------------%
16 % Entry point for scores compilation.
19 \version "2.13.35"
21 %%%%%%%%%%%%%%%%%%%%%%%% Language selection %%%%%%%%%%%%%%%%%%%%%%%%
23 %% Source code language (see locale/ ) ----------------------------%
24 %input = "en"
26 %% Edition localisation (if different) ----------------------------%
27 %edition = "fr"
29 %%%%%%%%%%%%%%%%%%%%%%%%%% Score selection %%%%%%%%%%%%%%%%%%%%%%%%%
31 %% Source code directory (see scores/ ) ---------------------------%
32 scores = "free"
34 %%%%%%%%%%%%%%%%%%%%%%%%%%%%% Optional %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36 %% Skeleton (see etc/skel/ ) --------------------------------------%
37 skel = "song"
39 %% Graphic theme (see share/themes/ ) -----------------------------%
40 theme = "default"
42 structure = #'("")
44 %lyricsSuffix = "Texte"
46 %%%%%%%%%%%%%%%%%%%%%%%%%%% Main include %%%%%%%%%%%%%%%%%%%%%%%%%%%
48 %% Automatic functions inclusion, do not edit ---------------------%
49 \include "lib/include.ly"
51 %% Select edition or instrument -----------------------------------%
53 % (e.g. "fullscore", "pianoscore" or any instrument name)
54 \make #"all"
56 %%-----------------------------------------------------------------%