whiteout: override stencil, not markup-command
[opus_libre.git] / main.ly
blob25a43cd57ef30ce70b52403369fc6da81d56ea66
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 %------------------------------------------------------------------%
12 dash = {
13 \once \override LyricHyphen #'minimum-distance = #4
14 \once \override LyricHyphen #'length = #2
15 \once \override LyricHyphen #'thickness = #1.2
18 leftSyl = {
19 \once \override LyricText #'self-alignment-X = #0.9
24 % Entry point for scores compilation.
25 \version "2.13.32"
27 %%%%%%%%%%%%%%%%%%%%%%%% Language selection %%%%%%%%%%%%%%%%%%%%%%%%
29 %% Source code language (see locale/ ) ----------------------------%
30 input = "en"
32 %% Edition localisation (if different) ----------------------------%
33 %edition = "fr"
35 %%%%%%%%%%%%%%%%%%%%%%%%%% Score selection %%%%%%%%%%%%%%%%%%%%%%%%%
37 %% Source code directory (see scores/ ) ---------------------------%
38 scores = "free"
40 %%%%%%%%%%%%%%%%%%%%%%%%%%%%% Optional %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42 %% Skeleton (see etc/skel/ ) --------------------------------------%
43 skel = "song"
45 %% Graphic theme (see share/themes/ ) -----------------------------%
46 theme = "default"
48 structure = #'("" "scene")
50 %lyricsSuffix = "Texte"
52 %%%%%%%%%%%%%%%%%%%%%%%%%%% Main include %%%%%%%%%%%%%%%%%%%%%%%%%%%
54 %% Automatic functions inclusion, do not edit ---------------------%
55 \include "lib/include.ly"
57 %% Select edition or instrument -----------------------------------%
59 % (e.g. "fullscore", "pianoscore" or any instrument name)
60 %\make #"all"
61 % { c }
62 %\bookOutputName #"toto"
64 \make #"all"
66 %%-----------------------------------------------------------------%