19 lines
345 B
Text
19 lines
345 B
Text
|
%{
|
||
|
Tinwhistle Stylesheet
|
||
|
(expected to be in lib/styles/ )
|
||
|
|
||
|
Includes lib/tinwhistle/tinwhistle.ily
|
||
|
And some defs from lib/styles/defs
|
||
|
%}
|
||
|
|
||
|
\version "2.19.80"
|
||
|
|
||
|
#(ly:set-option 'relative-includes #t)
|
||
|
|
||
|
% Tinwhistle.ily
|
||
|
\include "../tinwhistle/tinwhistle.ily"
|
||
|
|
||
|
% Various styling
|
||
|
\include "./defs/header_book.ily"
|
||
|
\include "./defs/tagline.ily"
|