summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-lyluatex.sty
blob: d77574e159758bba25169b3c0b175c6a884025a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%%
%% This is file `lwarp-lyluatex.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% lwarp.dtx  (with options: `lyluatex')
%% This is a generated file.
%% Copyright 2016-2019 Brian Dunn
%% 
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
\LWR@ProvidesPackagePass{lyluatex}[2019/05/27]
\newcommand*{\lyluateximagename}{(-lilypond-~\packagediagramname)}
\LetLtxMacro\LWR@orig@ly@compilescore\ly@compilescore

\renewcommand*{\ly@compilescore}[1]{%
    \begin{lateximage}[\lyluateximagename]%
    \LWR@orig@ly@compilescore{#1}%
    \end{lateximage}%
}

\AtBeginDocument{
    \lysetoption{paperwidth}{6in}
    \lysetoption{paperheight}{9in}
    \lysetoption{line-width}{5.5in}
    \lysetoption{twoside}{false}
    \lysetoption{fullpagestyle}{empty}
    \lysetoption{fullpagealign}{crop}
    \lysetoption{print-page-number}{false}
    \lysetoption{insert}{systems}
    \lysetoption{extra-top-margin}{0}
    \lysetoption{extra-bottom-margin}{0}
    \lysetoption{valign}{center}
    \lysetoption{staffsize}{20}
    \lysetoption{inline-staffsize}{14}
}
\endinput
%%
%% End of file `lwarp-lyluatex.sty'.