2023-07-22 22:07:57 +02:00
|
|
|
\version "2.18"
|
|
|
|
|
|
|
|
#(ly:set-option 'relative-includes #t)
|
|
|
|
|
2023-07-22 22:07:57 +02:00
|
|
|
\include #(if (< (list-ref (ly:version) 1) 24) "legacy-lilypond-compatibility.ly" "void.ly")
|
2023-07-22 22:07:57 +02:00
|
|
|
|
2023-07-22 22:07:57 +02:00
|
|
|
#(define noStandaloneOutput (if (defined? 'noStandaloneOutput) noStandaloneOutput #f))
|
2023-07-22 22:07:57 +02:00
|
|
|
|
2023-09-16 18:38:53 +02:00
|
|
|
#(if (defined? 'LAYOUT) #f (load "json_parser.scm"))
|
2023-08-20 12:14:30 +02:00
|
|
|
#(use-modules (json parser))
|
2023-07-22 22:07:57 +02:00
|
|
|
\include "basic_format_and_style_settings.ly"
|
2023-08-08 19:21:51 +02:00
|
|
|
\include #(if (< (list-ref (ly:version) 1) 25) "legacy-lilypond-compatibility-pre-2.25.ly" "void.ly")
|
2023-07-22 22:07:57 +02:00
|
|
|
\include "eps_file_from_song_dir.ly"
|
|
|
|
\include "title_with_category_images.ly"
|
|
|
|
\include "footer_with_songinfo.ly"
|
|
|
|
\include "auto_rest_merging.ly"
|
|
|
|
\include "chord_settings.ly"
|
2023-08-07 16:24:43 +02:00
|
|
|
\include "transposition.ly"
|
2023-07-22 22:07:57 +02:00
|
|
|
\include "verses_with_chords.ly"
|
|
|
|
\include "arrows_in_scores.ly"
|
2023-07-23 10:49:25 +02:00
|
|
|
\include "swing_style.ly"
|
2023-08-07 16:24:43 +02:00
|
|
|
\include "inline_score.ly"
|
2023-07-22 22:07:57 +02:00
|
|
|
|
2023-07-22 22:07:57 +02:00
|
|
|
% reset important variables
|
2023-07-22 22:07:57 +02:00
|
|
|
LAYOUT = \layout { \generalLayout }
|
2023-07-22 22:07:57 +02:00
|
|
|
HEADER = {}
|
|
|
|
MUSIC = {}
|
|
|
|
TEXT = \markuplist {""}
|